π±SDK Implementation Guide
This guide provides a comprehensive step-by-step process for integrating the AdSter SDK into your Android application. Ensure you follow each section carefully for successful implementation
Manifest Changes Required for SDK
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/><meta-data android:name="com.google.android.gms.ads.APPLICATION_ID"
android:value="ca-app-pub-3940256099942544~3347511713" />Configuration Steps
implementation 'com.adstertech:orchestrationsdk-lite:2.2.3'Last updated