Post

Replies

Boosts

Views

Activity

Reply to SKAdImpression unknown 500 error
Reccomend to also check this topic: https://github.com/bizz84/SwiftyStoreKit/issues/592 One thing that can cause this error is having a subscription without a duration set in App Store Connect. Its possible to go through the flow and set the price without a duration for some reason. and I figured it out. I was logged into my main apple id in the sandbox environment. To fix that, generate a sandbox apple id in app store connect, then login to the sandbox apple id you just created by going to Settings->App Store->Sandbox Account.
Jun ’23
Reply to Launchscreen ignoring my localization
Take a look at this answer https://stackoverflow.com/a/45436837/5790492 Add multiple "LaunchScreen.storyboard" for each language from "Add New File" menu in project. (Lets say for spanish - Launch Screen_sp) Localize your "Info.plist" from identity inspector menu as InfoPlist.strings (Base) , InfoPlist.strings(Spanish) for each language you want to use. Now as example: in InfoPlist.strings (spanish) add following key : "UILaunchStoryboardName" = "LaunchScreen_sp"; and you are done. Do not forget to set "LaunchScreen" as your Launch Screen File in "General" settings of your project.
Apr ’22
Reply to Xcode 12 iOS 14 error purchase
Xcode 13, tvOS simulator same. Both on sandbox account and not. <SKPaymentQueue: 0x60000171af30>: Payment completed with error: Error Domain=ASDErrorDomain Code=500 "Unhandled exception" UserInfo={NSUnderlyingError=0x600001bbaca0 {Error Domain=AMSErrorDomain Code=100 "Authentication Failed" UserInfo={NSLocalizedFailureReason=The verify credentials call failed., NSLocalizedDescription=Authentication Failed, NSUnderlyingError=0x600001b89b60 {Error Domain=AMSErrorDomain Code=15 "An unknown error occurred. Please try again." UserInfo={NSLocalizedDescription=An unknown error occurred. Please try again.}}}}, NSLocalizedFailureReason=An unknown error occurred, NSLocalizedDescription=Unhandled exception}
Oct ’21