Lê Khánh Vinh
Lê Khánh Vinh

Reputation: 2609

Apple Push Notification and Google Cloud Messaging Configuration

Hi I'm about to study Push Notification for IOS and Google Cloud Messaging android. I have my own website, host, server, database. How should I start? Should I build my own push server or use other push server and what language should use on server side? any document or reference should be much appreciate, thanks!

Upvotes: 0

Views: 51

Answers (1)

jignesh Kanjariya
jignesh Kanjariya

Reputation: 43

I Think you shroud have first knowledge of APN(Apple Push Notification). and start learning to send notification with APN. java is the best language to use as backend.

learn more for APn. http://jigneshkanjariya.blogspot.in/2015/12/apple-push-notification-in-java.html

learn more for GCM http://jigneshkanjariya.blogspot.in/2015/12/gcm-in-java.html

Upvotes: 1

Related Questions