[Fix] You uploaded an APK or Android App Bundle which has an activity, activity alias, service, or broadcast receiver with intent filter, but without the ‘android: exported’ property set. This file can’t be installed on Android 12 or higher

The problem “This file can’t be installed on Android 12 or higher” is seen when you are working on google play store apps and have recently uploaded an APK or Android App Bundle without the “android: exported” property set, which contains an activity, activity alias, service, or broadcast receiver with intent filter. Given below is …

Read More

[Fix] You must update your advertising ID declaration

The Error “TYou must update your advertising ID declaration”, is an error that is invoked when you are working on a google play application and are trying to update it. Given below is the snippet of the error you might get: I would like to share with you the steps I took to fix the …

Read More

[Fix] This release includes the com.google.android.gms.permission.AD_ID permission but your declaration on Play Console says your app doesn’t use advertising ID

The Error “This release includes the com.google.android.gms.permission.AD_ID permission but your declaration on Play Console says your app doesn’t use advertising ID.”, is an error that is invoked when you are working on a google play application and are trying to update it. Given below is the snippet of the error you might get: I would …

Read More

[Fix] Is your app currently certified by an authorised lab, according to the Mobile Application Security Assessment (MASA) framework?

Recently when you try to publish any app into play store, it would ask you the newly included security related question: Is your app currently certified by an authorised lab, according to the Mobile Application Security Assessment (MASA) framework? Learn about how you should answer. (Yes / No). Why Is your app currently certified by …

Read More