You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I can sure my appleid and password is ok , but i donot konw what happened.
The method authenticateWithAppleID, The third parameter I pass is
ALTAnisetteData *anisetteData = [[ALTAnisetteData alloc] init];
anisetteData = [anisetteData initWithMachineID:@"rQirRFMc/PQfDNXf4qJTur+pOFVvazSYGfZ1vRnL+14x36c5JWnHY/l8hc3O6oRkT54v0osGONFk+gpO" oneTimePassword:@"AAAABQAAABDoCXd/BL4NXabzW8oGwgbEAAAAAQ==" localUserID:@"5D763F25F0F02453C079314A134818AAE816DC1205E5D0B556DC69BE9A1CA32E" routingInfo:17106176 deviceUniqueIdentifier:@"F35E67C5-0C84-5DE3-96C5-DFB58641545D" deviceSerialNumber:@"C02TVJYEJ1GJ" deviceDescription:@"<iMac18,3> <Mac OS X;10.14.6;18G103> <com.apple.AuthKit/1 (com.apple.akd/1.0)>" date:[NSDate date] locale:[NSLocale localeWithLocaleIdentifier:@"en_US"] timeZone:[NSTimeZone timeZoneWithName:@"Asia/Shanghai"]];
After execution, the server returns the result as "This action could not be completed. Try again."
Can you help me? Thank you very much!!!
The text was updated successfully, but these errors were encountered:
I can sure my appleid and password is ok , but i donot konw what happened.
The method authenticateWithAppleID, The third parameter I pass is
ALTAnisetteData *anisetteData = [[ALTAnisetteData alloc] init];
anisetteData = [anisetteData initWithMachineID:@"rQirRFMc/PQfDNXf4qJTur+pOFVvazSYGfZ1vRnL+14x36c5JWnHY/l8hc3O6oRkT54v0osGONFk+gpO" oneTimePassword:@"AAAABQAAABDoCXd/BL4NXabzW8oGwgbEAAAAAQ==" localUserID:@"5D763F25F0F02453C079314A134818AAE816DC1205E5D0B556DC69BE9A1CA32E" routingInfo:17106176 deviceUniqueIdentifier:@"F35E67C5-0C84-5DE3-96C5-DFB58641545D" deviceSerialNumber:@"C02TVJYEJ1GJ" deviceDescription:@"<iMac18,3> <Mac OS X;10.14.6;18G103> <com.apple.AuthKit/1 (com.apple.akd/1.0)>" date:[NSDate date] locale:[NSLocale localeWithLocaleIdentifier:@"en_US"] timeZone:[NSTimeZone timeZoneWithName:@"Asia/Shanghai"]];
After execution, the server returns the result as "This action could not be completed. Try again."
Can you help me? Thank you very much!!!
The text was updated successfully, but these errors were encountered: