Hi everyone,
I have an issue regarding Firebase notifications for B4A that is very similar to the one described here:
https://www.b4x.com/android/forum/threads/firebase-notifications.166972/
I have a few additional questions for B4i, though.
In Firebase, each app within a project can have its own APN auth key. This means:
Thanks in advance!
I have an issue regarding Firebase notifications for B4A that is very similar to the one described here:
https://www.b4x.com/android/forum/threads/firebase-notifications.166972/
I have a few additional questions for B4i, though.
In Firebase, each app within a project can have its own APN auth key. This means:
- When you use APN A, it targets app A.
- When you use APN B, it targets app B.
- Similarly, for Firebase authentication, you can use KEYS.
When using a KEY with push notifications to authenticate to Firebase for sending, does the app still need its own NON-WILDCARD provisioning profile with push notifications activated?
Or can it just have its own App identifier and use a WILDCARD provisioning profile with Cloud Messaging enabled?
Thanks in advance!