This app demonstrates Singular's best practices for implementing the iOS SDK.
This sample contains examples of:
- Initializing the SDK
- Setting custom user id
- Sending custom events
- Sending simple revenue 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 ios-sample-app project in XCode
- Go to the Constants.h file and replace the values of
APIKEY
&SECRET
with your credentials