Sergey_New Well-Known Member Licensed User Longtime User Mar 11, 2025 #1 Checked the example from Modern_Digital. Works with Api 34 on an emulator and Android 14 device. There are two questions: 1. For Api 24-34, the entry in the manifest B4X: AddPermission(android.permission.SCHEDULE_EXACT_ALARM) does not affect anything. Works without it. And B4X: AddPermission(android.permission.POST_NOTIFICATIONS) was required only for Api 34. Please check in the attached example. 2. Please tell me, is this example suitable for Google Play? Attachments testNotification.zip 4.2 KB · Views: 103
Checked the example from Modern_Digital. Works with Api 34 on an emulator and Android 14 device. There are two questions: 1. For Api 24-34, the entry in the manifest B4X: AddPermission(android.permission.SCHEDULE_EXACT_ALARM) does not affect anything. Works without it. And B4X: AddPermission(android.permission.POST_NOTIFICATIONS) was required only for Api 34. Please check in the attached example. 2. Please tell me, is this example suitable for Google Play?