Hello,
I have been playing around with the push notifications for a little while now, and everything seems to work propery with Firebase set up and everything. I however have two concerns regarding some of my code.
First, the push notification wouldnt work with a Apple Push Services certificate but it does on a APN Development iOS. (in release and debug mode)
Second, i have this line:
That i thought was necessary but even commented the push works... ? So is it essential in release on the app store?
Thanks.
Y.
I have been playing around with the push notifications for a little while now, and everything seems to work propery with Firebase set up and everything. I however have two concerns regarding some of my code.
First, the push notification wouldnt work with a Apple Push Services certificate but it does on a APN Development iOS. (in release and debug mode)
Second, i have this line:
B4X:
#Entitlement: <key>aps-environment</key><string>development</string>
That i thought was necessary but even commented the push works... ? So is it essential in release on the app store?
Thanks.
Y.