Posts

Post marked as solved
3 Replies
It seems that xcstrings not support pluralization without number. 2 different plain strings, controlled by if count == 1 { … } else { … } sounds like kind of pornography. Now I found only one way - to use legacy stringsdict file.
Post not yet marked as solved
20 Replies
Version 15.0.1 (15A507) still not scrolling if build on Rosetta destination architecture.
Post not yet marked as solved
2 Replies
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.
Post not yet marked as solved
4 Replies
Post marked as solved
4 Replies
@eskimo any news about it?
Post not yet marked as solved
40 Replies
Try to go to Xcode preferences and relogin in Accounts section.
Post not yet marked as solved
7 Replies
For me helped reinstall carthage with carthage update --use-xcframeworks --platform iOS --no-use-binaries
Post not yet marked as solved
29 Replies
That's the way I fixed it: Go to keychain, find develop cert. It was marked as "unreliable". Change to Trust and back to Use defaults. It become marked with green checkmark again. Build and run Xcode project.
Post not yet marked as solved
9 Replies
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.
Post marked as solved
57 Replies
FFFFFFUUU Version 13.2.1 (13C100) freeze like a hell after upgrading os to Montery 12.1 (21C52) from big sur.
Post not yet marked as solved
12 Replies
@charon1664 I did not find any way to test offer code in sandbox. Even in .storekit file there are only Introductory Offer and Promotional Offer sections.
Post not yet marked as solved
32 Replies
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}