objective c - iOS: Determine if there are notifications in the Notification Center -
i working on application right , need determine if there notifications (for app, of course) in notification center. i'd know if knows way access app's notifications in notification center.
i not sure if understand correctly. if want retrieve list of notifications apns, , "proper" way rely on standard push notification mechanism (you can find in push notification tutorial). catch notification when comes, , store them somewhere, within nsarray
maybe.
there no way retrieve push notifications when still on server. is, obviously, because haven't come device yet!
Comments
Post a Comment