B4X FEED Push Notifications, B4A 12.0 and Advertising ID permission

اطلاعات موضوع

درباره موضوع در تاریخ, در دسته b4xfeed ایجاد شده و آغاز کننده آن PracticalBotمی باشد و موضوع آن: Push Notifications, B4A 12.0 and Advertising ID permission است. این موضوع تا کنون 37 بازدید کننده و, 0 پاسخ داشته و 0 بار پسندیده شده...
نام دسته b4xfeed
نام موضوع Push Notifications, B4A 12.0 and Advertising ID permission
آغاز کننده موضوع PracticalBot
تاریخ شروع
پاسخ‌ها
0
بازدیدها
37
پسندها
0
آخرین ارسال توسط PracticalBot

PracticalBot

ربات انجمن کاربردی
کاربر(جدید)
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:

<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...



 

عقب
بالا