Skip to main content
Solved

IOS in app puchases error

  • 4 October 2022
  • 2 replies
  • 578 views

When I run my application on Android, I make my payment, but I get such an error on iOS. what would be the reason.

 

 

NSLocalizedDescription=No active account}

2022-10-04 14:46:59.552858+0300 Runnere605:34013] ]Purchases] - DEBUG: ℹī¸ Vending Offerings from cache

2022-10-04 14:46:59.553063+0300 RunnerR605:34013] 4Purchases] - INFO: 💰 Purchasing Product 'subscription_annual_1' from package in Offering 'subscriptions'

2022-10-04 14:46:59.591310+0300 Runner0605:35590] 5Default] Error enumerating unfinished transactions: Error Domain=ASDErrorDomain Code=509 "No active account" UserInfo={client-environment-type=Sandbox, storefront-country-code=USA, NSLocalizedDescription=No active account}

2022-10-04 14:47:00.454386+0300 Runner0605:34013] 5Purchases] - DEBUG: ℹī¸ Vending Offerings from cache

2022-10-04 14:47:00.454755+0300 Runner5605:34013] rPurchases] - INFO: 💰 Purchasing Product 'subscription_monthly_1' from package in Offering 'subscriptions'

2022-10-04 14:47:00.505254+0300 Runner5605:35728] nDefault] Error enumerating unfinished transactions: Error Domain=ASDErrorDomain Code=509 "No active account" UserInfo={client-environment-type=Sandbox, storefront-country-code=USA, NSLocalizedDescription=No active account}

2 replies

Userlevel 3
Badge +5

Hi there! Have you created a Sandbox testing account for iOS?

Badge +4

Hey,
yes I was getting an error even though I created it. Finally, when I tried it on the real device with the same version, I saw that it worked without any errors. I guess Appstore was always getting this error because it didn't run on real devices. My Appstore application was finally published with the screen recordings I took from the real device. Maybe this will help some.

Reply