This app demonstrates Singular's best practices for implementing the Android SDK.
This sample contains examples of:
- Initializing the SDK
- Setting custom user id
- Sending custom events
- Sending simple revenue events
- Sending in app purchase events
- Handling deep links / deferred deep links
To run the sample app you'll have to configure your own API Key / Secret as follows:
- Retrieve the API Key & Secret from your account's SDK Keys page
- Open the singular-sample-app project in Android Studio
- Go to the Constants class and replace the values of
API_KEY
&SECRET
with your credentials