1
にデバイストークンを取得し、私はログ開発で配布
- (void)application:(UIApplication*)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData*)deviceToken
{
NSLog(@"My token is: %@", deviceToken);
[self sendDeviceTokenToRemote:deviceToken]; // send the token to your server
}
しかし、分布の時にトークンを取得するには、以下のようにコードを追加し、どのように私は、デバイストークンを取得することができますか?
ありがとうございました