diff --git a/ios/RNIapIosSk2.swift b/ios/RNIapIosSk2.swift index b252ba774..6cb644f33 100644 --- a/ios/RNIapIosSk2.swift +++ b/ios/RNIapIosSk2.swift @@ -917,7 +917,6 @@ class RNIapIosSk2iOS15: Sk2Delegate { try await AppStore.sync() resolve(nil) } catch { - reject(IapErrors.E_SYNC_ERROR.rawValue, "Error synchronizing with the AppStore", error) if "\(error)" == "userCancelled" { reject( IapErrors.E_USER_CANCELLED.rawValue, "User cancelled synchronizing with the AppStore", error) } else {