[SOLVED] SDKBOX IAP 2.4.3.3 double activity

(3.17.1 c++ android)
When I click the buy button, the shopping interface appears in a new window. Is it OK?

It seems not ok.

did you add android:taskAffinity="" to your AndroidManifest.xml file?

No, I didn’t.
But i compiled empty project with IAP and it works fine.

plz do some check your AndroidManifest.xml.

I removed android:launchMode=“singleInstance” from my activity and it works fine.

1 Like