When my app is running, push notifications work as expected via the ReceivedRemoteNotification method. But when I send the app a push notification while the app is not running, I am expecting the received push notification to launch the app and call FinishedLaunching, but I'm not seeing that at all. Any ideas as to what I'm missing?
The problem must be in one of three places, Apple developer certificate side, app code side, or plist file. Because push notifications are working when the app is running it seems the certificates are working correctly. Since the FinishedLaunching method isn't getting called at all, there's no point in checking the logic there. So there must be an issue with the Plist file or a solution setting right?