SDK Integration
1. Scene setup2. Credentials setup3. User Login4. Open Offerswall5. Configure SDK Initialization Wizard6. Change Language7. Setup Required Android Permissions8. Obtaining Advertising ID's
Last updated
Please initialize our SDK only after the media source or MMP data is initialized. This ensures that the media source data is sent correctly and prevents passing empty values.
Integrating the TyrAds offerwall functionality into your application is a straightforward process that involves a few key steps. By following these integration steps, you can seamlessly incorporate the offerwall feature, enhancing user engagement and potentially generating additional revenue for your application.
Initiate early: It's advisable to initialize the SDK promptly after your app launches to ensure that all Tyr SDK functionalities are accessible when needed.
Initiate authentication: Login to the SDK with current user details immediately after your user signs up or signs in to the app to set the userId.
For guidance on integrating TyrSDK - including proper initialization and offer display - see the example at Sample -> Demo .
Last updated