- Dec 12, 2022
- 357
- 2
I am just updating an old app to API 33.
The app uses Push Notifications.
The build etc is fine but when I upload to Google Play for release I get the following message
I checked the built Manifest.xml and it contains this line:
B4X:
I do not want to use an Advertising ID in this app. Is this now a requirement when using Push Notifications?
If not, how can I remove.
My Manifest is quite simple.
Spoiler: Manifest code
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information:
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="33"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon...
The app uses Push Notifications.
The build etc is fine but when I upload to Google Play for release I get the following message
برای دیدن تصاویر باید ثبت نام کنید
I checked the built Manifest.xml and it contains this line:
B4X:
<uses-permission android:name="com.google.android.gms.permission.AD_ID"/>
I do not want to use an Advertising ID in this app. Is this now a requirement when using Push Notifications?
If not, how can I remove.
My Manifest is quite simple.
Spoiler: Manifest code
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information:
برای دیدن لینک ها باید ثبت نام کنید
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="33"/>
<supports-screens android:largeScreens="true"
android:normalScreens="true"
android:smallScreens="true"
android:anyDensity="true"/>)
SetApplicationAttribute(android:icon...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید