J'implémente des notifications push. Je souhaite enregistrer mon jeton APNS en tant que chaîne. - (void)application:(UIApplication *)application didRegisterForRemoteNotificationsWithDeviceToken:(NSData *)newDeviceToken { NSString *tokenString = [NSString stringWithUTF8String:[newDeviceToken...