Hi. I am developing an application in Unity 3D 5 for Android and iOS. I need the users to be able to sign up for push (remote) notifications. I also need to send the push message from a PHP file. Let's say 3 out of 5 users have created a Search. It could be something like "Cars for sale". The PHP file will then determine whether or not to send a push message.
In short: I know how to do the PHP stuff, but what I need to know is how to do the following:
Register device token to my hosted MySQL.
Add Searches (values) next to the device token in the MySQL table.
Send push notifications (to both platforms) from a hosted PHP script.
I have tried the following:
PushWoosh (not able to individually send push)
ECPN (outdated, no response from developer)
App42 (not able to individually send push, or at least I could not figure out how)
Parse (Builded app crashes on all devices)
Best regards, Andreas.
↧