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.
Topic: App & System Services SubTopic: StoreKit Tags:
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
Reply to Unsupported sort descriptor in fetch options
Same here for PHAsset.fetch...
Replies
Boosts
Views
Activity
Feb ’25
Reply to Strings Catalog (.xcstrings) plural rules without format (Xcode 15)
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.
Replies
Boosts
Views
Activity
Mar ’24
Reply to iOS simulator scrolling on Apple Silicon
Version 15.0.1 (15A507) still not scrolling if build on Rosetta destination architecture.
Replies
Boosts
Views
Activity
Dec ’23
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.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to XCConfig not refreshing until Xcode is restarted
Still same here(
Replies
Boosts
Views
Activity
Mar ’23
Reply to Is it required to call super in setup and tear down
@eskimo any news about it?
Replies
Boosts
Views
Activity
Mar ’23
Reply to Xcode say:Your session has expired. Please log in.
Try to go to Xcode preferences and relogin in Accounts section.
Replies
Boosts
Views
Activity
Feb ’23
Reply to 'The code signature version is no longer supported' error
For me helped reinstall carthage with carthage update --use-xcframeworks --platform iOS --no-use-binaries
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Warning: unable to build chain to self-signed root for signer "Mac Developer: Dylan M (*******)"
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.
Replies
Boosts
Views
Activity
Jun ’22
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.
Replies
Boosts
Views
Activity
Apr ’22
Reply to Waiting for response...upload app.ipa in App Store Connect
Same for me right now.
Replies
Boosts
Views
Activity
Feb ’22
Reply to Xcode freezes after upgrade to 12.3
FFFFFFUUU Version 13.2.1 (13C100) freeze like a hell after upgrading os to Montery 12.1 (21C52) from big sur.
Replies
Boosts
Views
Activity
Feb ’22
Reply to How to Test In App Purchase Promo Code?
@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.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Dec ’21
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}
Replies
Boosts
Views
Activity
Oct ’21