cordova - Sending push notification to pushwoosh server from my website -


i'm working on cross platform phonegap project ios, androids, blackberry , windows , want applications receiving updates website (php). don't want sending on pushwoosh site. glad if can me understand concept. know how store device tokens on database along side device brand (ios, androids, bb etc).

but how send payloads pushwoosh server? can send platform @ once or have handle individual platform seperately. please assistance.

you need use pushwoosh remote api, there php sample in guide:

http://www.pushwoosh.com/programming-push-notification/pushwoosh-push-notification-remote-api/#pushserviceapi-phpsample

with can send platform @ once, or separately, if want to.


Comments

Popular posts from this blog

assembly - 8086 TASM: Illegal Indexing Mode -

javascript - addthis share facebook and google+ url -

Java, LWJGL, OpenGL 1.1, decoding BufferedImage to Bytebuffer and binding to OpenGL across classes -