複数の Parse チャネルにデバイスを登録しようとしていますが、機能せず、何が間違っているのかわかりません。
私のテーブルでは、デバイスがこれらのチャネルにあると解析されません
ボタンを押すと実行されます。
[currentInstallation addUniqueObject:@"CocaCola" forKey:@"channels"];
[currentInstallation addUniqueObject:@"Seur" forKey:@"channels"];
[currentInstallation addUniqueObject:@"ADIF" forKey:@"channels"];
[currentInstallation saveInBackground];