iOS Question B4X FirebaseNotifications / Push Messages error (Missing Push Notification Entitlement)

ermales

Member
Licensed User
Help me

I am updating my app, in the new update it incorporates firebase notification and I follow the tutorials that I found in the forum but I can't get my app approved

tutorials that I followed FirebaseNotifications / Push Messages (server not required)

apple sent me this

 

Alexander Stolte

Expert
Licensed User
Longtime User
Search in the forum for this message and you will see, that you can ignore this message.
 
Upvote 0

Andrew (Digitwell)

Well-Known Member
Licensed User
Longtime User
If you are actually using Push Notifications, you need to specify the environment that is being used.

you would do this by including the following line in your Main file.

B4X:
#Entitlement: <key>aps-environment</key><string>production</string>

I think @Erel 's recommendation for using Push Notifications is to use the production environment in both development and live.
 
Upvote 0

ermales

Member
Licensed User
Gracias por la respuesta pero quiero saber si hay otra forma de solucionar esa advertencia
 
Upvote 0

ermales

Member
Licensed User
Voy a intentarlo
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…