-
Notifications
You must be signed in to change notification settings - Fork 0
Known errors
HeboHebo edited this page Sep 30, 2020
·
6 revisions
None
If you are targeting Android 11 (API level 30) and experience problems detecting whether the MobilePay app is installed, please ensure that you add these Query elements to AndroidManifest:
<manifest ...> <queries> <package android:name="fi.danskebank.mobilepay" /> <package android:name="dk.danskebank.mobilepay" /> </queries> ... </manifest>