Bug Village iPad game auto notification
Don't know if this is the rig开发者_Python百科ht place to ask this, but I will take my chances.
There is an iOS game called Bug Village that will from time to time automatically pops up an alert about the character in that game needed feeding.... etc. even though the game was not currently active.
Question: What technique or how is it done?
I don't know what you're talking about exactly but outside the app, it must be UILocalNotification
.
From what you're telling they either use UILocalNotification
or Push Notifications
. But Local notifications sounds best for this task.
Read the docs to get started
精彩评论