Skip to content

Commit

Permalink
Add documentation for pre-installed apps
Browse files Browse the repository at this point in the history
  • Loading branch information
wellle committed Sep 18, 2013
1 parent 2c8b721 commit 1351ead
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions doc/preinstalled.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
## Using AdjustIo for pre-installed apps

If you want to use the AdjustIo SDK to recognize users that found your app pre-installed on their device, follow these steps.

1. Integrate AdjustIo as described in our [README].
2. Create a new tracker in your [dashboard].
3. Open your `AndroidManifest.xml` and add the following line to your AdjustIo settings:

```xml
<meta-data android:name="AdjustIoDefaultTracker" android:value="{Tracker}" />
```

Replace `{Tracker}` with the tracker you created in step 2.

4. Build and run your app. You should see a line like the following in LogCat:

```
Default tracker: 'abc123'
```


[README]: ../README.md
[dashboard]: http://adjust.io

0 comments on commit 1351ead

Please sign in to comment.