defold / extension-iap

In-app purchase extension for Defold
MIT License
20 stars 13 forks source link

Fix bundling for Android 12 SDK #49

Closed dapetcu21 closed 2 years ago

dapetcu21 commented 2 years ago

Bundling previously failed with:

Apps targeting Android 12 and higher are required to specify an explicit value for `android:exported` when the corresponding component has an intent filter defined. See https://developer.android.com/guide/topics/manifest/activity-element#exported for details.
AGulev commented 2 years ago

hmmm, how sdk test passed then ..

britzl commented 2 years ago

hmmm, how sdk test passed then ..

That is actually a very good question!