We've set up a development server that sends out push notifications to our devices.
The body contains an id to show the details of the specified event.
Everything works fine on the iPhone but we have problems on the iPad.
The appDelegate had a method that is triggered when a RemoteNotification is received. When we click our notification (while the app is running in background) than the above method is triggered but our detailViewController isn't set yet. This way we can't get our detailviewController to open up with our specific event.
Has anybody else tried this before?
The body contains an id to show the details of the specified event.
Everything works fine on the iPhone but we have problems on the iPad.
The appDelegate had a method that is triggered when a RemoteNotification is received. When we click our notification (while the app is running in background) than the above method is triggered but our detailViewController isn't set yet. This way we can't get our detailviewController to open up with our specific event.
Has anybody else tried this before?