hello to everyone,
is possible to create a management system for push like Android?
1- The device (iPad / iPhone) requires the token directly to apple
2- How to set up the app to ever receive push messages (even with the app closed)
thanks JanPRO,
but I do not want to use "B4X Push Server" in java. With Android I implemented my push server (starting with the tutorial that I linked) and I want to use the same system with the app version ios.
Ahh ok I understand. It is possible, but currently the framework was not wrapped yet. For now you could use ApnsPHP (I also use it, and it works pretty well) when you don't want to use the B4X push server
Note that B4X Push Server is written in B4J not Java.
There is no other push mechanism in iOS other than Apple APN service. You can easily customize B4X Push Server and send messages to both Android and iOS devices.
Erel you're right! the best way to manage the push is definitely through your server b4J.
It is highly customizable, and with the system b4j bridge, I customized the server quickly on a Remote system Linux.