アプリのこの実装を使用してリモート通知を介してユーザーに表示されたメッセージを取得することは可能ですか? リモート通知メソッドを受け取りましたか?
- (void)application:(UIApplication *)application didReceiveRemoteNotification:(NSDictionary *)userInfo
{
NSString *message;
// code to set the string "message" to the remote notification's message...
}