Matt S. Member Licensed User Thursday at 3:51 AM #1 Hi. I used this topic's codes for push notification: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ and this topic for generating and using APN Authentication Key in Firebase: https://www.b4x.com/android/forum/t...n-keys-vs-authentication-certificates.126402/ so I did NOT add Push Notifications capability in Certificate of the Provision Profile. Is it Ok? Because I get error in this line: B4X: #Entitlement: <key>aps-environment</key><string>production</string> Should I remove this line or change the Certificate? Last edited: Thursday at 4:03 AM
Hi. I used this topic's codes for push notification: https://www.b4x.com/android/forum/threads/b4x-firebase-push-notifications-2023.148715/ and this topic for generating and using APN Authentication Key in Firebase: https://www.b4x.com/android/forum/t...n-keys-vs-authentication-certificates.126402/ so I did NOT add Push Notifications capability in Certificate of the Provision Profile. Is it Ok? Because I get error in this line: B4X: #Entitlement: <key>aps-environment</key><string>production</string> Should I remove this line or change the Certificate?
Erel B4X founder Staff member Licensed User Longtime User Thursday at 5:51 AM #2 This line should be there. You do need to enable push notifications in the identifier settings: And create an auth key: Upvote 0
This line should be there. You do need to enable push notifications in the identifier settings: And create an auth key: