Integrating the ONE store IAP SDK
<manifest>
<queries>
<intent>
<action android:name="com.onestore.ipc.iap.IapService.ACTION" />
</intent>
<intent>
<action android:name="android.intent.action.VIEW" />
<data android:scheme="onestore" />
</intent>
</queries>
<application>
<meta-data android:name="onestore:dev_option" android:value="onestore_02" />
</application>
</manifest>Last updated
