Android SDK
Learn how to integrate Unity Offerwall with Android-developed apps.
Read time 1 minuteLast updated 20 days ago
Learn how to integrate Unity Offerwall with Android-developed apps.
Topic | Description |
|---|---|
| Introduction | Initialize Offerwall on Android by following the Quickstart guide: add the SDK by using Maven, declare required permissions and manifest settings, connect with your API key and flags, and verify connection through success/failure callbacks. |
| Placements | Reference the basic SDK documentation to learn how to request ad placements with the TJPlacement class—ensuring that placement names match those configured in the Offerwall dashboard. |
| Testing | Register a device as a test device in the Offerwall dashboard to access test-only content and automatically enable debug logging during development. |
| Advanced | Configure privacy settings like GDPR, CCPA, or COPPA in accordance with user consent and applicable regulations using the Offerwall Android privacy documentation. |
| Cocos2DX | Integrate Offerwall in Cocos2d-x projects using the iOS C++ Library guide, starting with header inclusion. |