Yup read and reread that many times and reset everything many times and tried the apn keys method as well. Can't get anything on the ios device. Android works fine.
Do you have to use two different tools to send the messages out to both ios and android or can I just use the send tool I'm already using to send to android which is part of a larger project that both devices will connect to?
Do you have to use two different tools to send the messages out to both ios and android or can I just use the send tool I'm already using to send to android which is part of a larger project that both devices will connect to?
if Android works.. OK - but now you want to make it works for IOS.. then I don't think it is important if works or not in Android
post your code to send the push to ios
Edit: Use the tools-example to send push just to IOS - if it works then you can create a tool to send push to Android and IOS at the same time.
Hello all, I have followed all the instructions as : https://www.b4x.com/android/forum/threads/firebasenotifications-push-messages-server-not-required.68645/#content and created a small app for notification. I have correctly created IOS certificate for push notifications. During run test, my...