Yes, Apple server send notification based on the token generated by cordova-push-plugin. But what if I am able to generate the token from cordova-push-plugin and then store it in my database, and while sending notification if I used that stored token then will it work?
Its just like I can’t generate token in my current scenario rest things are working fine.
Also, with Raix Push I was able to generate the token but it returns null when someone downloaded the app from Apple store. Is there any same issue you know regarding raix:push Package?