As mentioned in the tutorial, I have uploaded in Firebase only the production APN, but the notification are not working when I'm in debug mode.
Where I'm wrong ?
I'm trying to compile this way
or this way also
But no success. Notification works only compiling in release.
Where I'm wrong ?
I'm trying to compile this way
B4X:
#If RELEASE
#CertificateFile: ios_distribution.cer
#ProvisionFile: AdHoc.mobileprovision
#Else
#CertificateFile: ios_development.cer
#ProvisionFile: Development.mobileprovision
#END IF
or this way also
B4X:
#CertificateFile: ios_distribution.cer
#ProvisionFile: AdHocB.mobileprovision
But no success. Notification works only compiling in release.