1) You need to follow the steps carefully.
2) Remember that Apple certificates expire once a year, and you need to create new certificates.
3) When you just activate your Firebase account, it may take a few minutes for the first message to arrive.
4) I'll leave a checklist here:
Apple Certificate + B4I Push Notification
Updated tutorial: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ The configuration steps are still relevant. Firebase Notifications service makes it relatively easy to send push messages. Integrating Firebase...
www.b4x.com
[X] - APPLE ---- Create the explicit application identifier. Ex: b4i.primeiroapp - explicit - notification and publication
[X] - APPLE ---- Create Apple Push Service (APS) Certificate - (will generate the aps.cer file, linked with your certSigningRequest.csr signature)
[x] - APPLE ---- Create Provisioning Profiles - Ad Hoc (compile and test) and App Store Connect (publish the application), you must link the application identifier.
[X] - B4I - Create firebase file - Tools - Build Server - Create Push Store - Firebase Service (will generate the firebase_push.p12 file)
Google has deprecated the previous method of sending push notifications. It will stop working on June 2024. If you have an already working solution then you only need to update the B4J side. Do make sure that you switched from the service to a receiver on B4A. The new API is (confusingly) named...
www.b4x.com
[x] - FIREBASE CONSOLE - Create IOS app with package name inside the firebase project.
[x] - FIREBASE CONSOLE - Download the GoogleService-info.plist file and place it in the files/special folder
[x] - FIREBASE CONSOLE - Upload the firebase_push.p12 file
[x] - FIREBASE CONSOLE - Configure the Cloud Messaging access key
[x] - B4J - Download the trigger tool, place the json key
Google has acquired a company named Firebase and is now offering many backend services under the Firebase umbrella. Most of them are free. Integrating the services is relatively simple. 1. Use B4A Sdk Manager tool to install all recommended items. 2. Register with Firebase and create a new...
www.b4x.com