Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
menu search
person
Welcome To Ask or Share your Answers For Others

Categories

i need a rundown on how to fully utilise the push notification system. Iv read the push notification guide on the apple website but still unclear of some things.

Lets say i have a windows PC and an iPad. 1) what should the PC be configured with to become a "provider"? Should it be configured to be like a server, giving out data upon requests. 2) How does the provider send the token to the APNs?

The reason for using the push notification system is so that i can invoke a (tablereload data) method so that it would update the table as it has some custom images added as its subview so it would change images if some conditions in the server side were met.

Thanks for reading guys , hoping for any kind of feedback or help.

Cheers, Ephist

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
394 views
Welcome To Ask or Share your Answers For Others

1 Answer

For anything other than development and testing, you'll generally want to run the provider on a server infrastructure that's not hosted on a home Windows machine.

You can either use a commercial provider like iLime or Urban Airship, but there's also a few tutorials and open source solutions out there:

There's also a local test app for Mac OS called PushMeBaby that you can use for development purposes.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
thumb_up_alt 0 like thumb_down_alt 0 dislike
Welcome to ShenZhenJia Knowledge Sharing Community for programmer and developer-Open, Learning and Share
...