I have push notifications working when my app is running (foreground or
background) - the incoming payload (NSDictionary) has an "aps" key.

However, I'm struggling to deal with the notification when my app is run,
for the first time, AFTER the notification is received. The options
dictionary on the FinishedLaunching metod doesn't contain the "aps" key, so
my code is never being called.

I assume it's possible (a requirement?) to deal with notifications upon app
start-up?

This is made all the more difficult by the fact that I can only test this on
the device. I can't launch the app in debug mode by clicking on the
notification. If I exit the app completely, the debugger (naturally) loses
it's connection with the running app.

Thanks

--
View this message in context: 
http://monotouch.2284126.n4.nabble.com/Push-Notifications-How-best-to-deal-with-them-when-the-app-isn-t-running-tp4425367p4425367.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch

Reply via email to