You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the Hyperwallet code with just basic integration as described here: https://docs.hyperwallet.com/content/mobile/v1/android-ui-sdk/quick-start
Upon running the code, it immediately threw errors of
"Manifest merger failed : android:exported needs to be explicitly specified for element
<activity#com.hyperwallet.android.ui.transfermethod.view.SelectTransferMethodActivity>. 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."
My app is set for compileSdk of 33, which requires "android:exported" on each Activity in the manifest while meanwhile your library is at compileVersion of 30. I am unable to downgrade the app due to other others, so am hoping Hyperwallet can be upgraded
Is there a schedule to get the library up to android version 33 and compatible with new apps?
Thanks,
Marty
The text was updated successfully, but these errors were encountered:
Hi,
Upon running the code, it immediately threw errors of
"Manifest merger failed : android:exported needs to be explicitly specified for element
<activity#com.hyperwallet.android.ui.transfermethod.view.SelectTransferMethodActivity>. 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."
My app is set for compileSdk of 33, which requires "android:exported" on each Activity in the manifest while meanwhile your library is at compileVersion of 30. I am unable to downgrade the app due to other others, so am hoping Hyperwallet can be upgraded
Is there a schedule to get the library up to android version 33 and compatible with new apps?
Thanks,
Marty
The text was updated successfully, but these errors were encountered: