Skip to content

Instantly share code, notes, and snippets.

@Bucimis
Last active March 1, 2016 18:26
Show Gist options
  • Save Bucimis/0ebab697bae14bd8b06f to your computer and use it in GitHub Desktop.
Save Bucimis/0ebab697bae14bd8b06f to your computer and use it in GitHub Desktop.
Appboy PlaceIQ Integration

Android

Background Location Tracking Set Up

Follow the directions at https://gist.github.com/Bucimis/909dbd68edad61ac869c to set up background location tracking with Appboy.

Google Play Ad Services Set Up

In your app build.gradle, add Google Play ad services with the following compile statment. Replace LATEST_PLAY_SERVICES_VERSION with the latest version of Google Play Services.

compile "com.google.android.gms:play-services-ads:LATEST_PLAY_SERVICES_VERSION"

Troubleshooting

Make sure you haven't opted out of allowing apps to read your Google Play Ad Id. Go to the Google Settings app -> Ads to update your ad Id settings.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment