Post

Replies

Boosts

Views

Activity

Reply to [SKStoreProductViewController sceneDisconnected:] crash on iOS 15.7
I'm seeing this issue in one of the apps I work on. I saw it first in crashlogs (Bugsnag) in July but last 2 weeks the number of reported crashes skyrocketed. The app doesn't explicitly use the SKStoreProductViewController. It uses UIApplication.shared.open("itms-apps://apps.apple.com/app/appid") and the SKStoreReviewController.requestReview(), I'm not sure which one of these uses the SKStoreProductViewController. What is very odd, the other 2 apps that use the same way to show the other product app pages don't have this crash in their logs. Edit: I saw somebody mentioned the issue could be related to AdMob. This app also uses AdMob, the other 2 apps don't use AdMob.
Topic: App & System Services SubTopic: Core OS Tags:
Sep ’22
Reply to Transaction fails with ASDServerErrorDomain Code=3504 in production
I can see the following errors reported in Bugsnag, the app is waiting for the review (there are no new products added): "NSLocalizedDescription": "An unknown error occurred", "NSUnderlyingError": "Error Domain=ASDServerErrorDomain Code=3506 \"Missing application adam id or bundle id.\" UserInfo={NSLocalizedFailureReason=Missing application adam id or bundle id.}" } "NSLocalizedDescription": "An unknown error occurred", "NSUnderlyingError": "Error Domain=ASDServerErrorDomain Code=3504 \"This item cannot be found.\" UserInfo={NSLocalizedFailureReason=This item cannot be found.}"
Topic: App & System Services SubTopic: StoreKit Tags:
Sep ’23
Reply to Slow-mo videos take a long time for loadFileRepresentation
Any luck solving this issue? I'm facing the same issue. This makes NSItemProvider.loadFileRepresentation useless:(
Topic: Media Technologies SubTopic: Video Tags:
Replies
Boosts
Views
Activity
Feb ’22
Reply to Is AVMutableVideoComposition missing the customVideoCompositor property?
Seems the only way to access it is via AVAssetExportSession, AVPlayerItem or AVAssetImageGenerator (maybe some more). Kind of a bummer :(
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to Xcode 13: How to revert changes in side-by-side comparison?
This was so useful feature, now it's SO broken. Apple please bring it back (revert if possible)
Replies
Boosts
Views
Activity
May ’22
Reply to [SKStoreProductViewController sceneDisconnected:] crash on iOS 15.7
I'm seeing this issue in one of the apps I work on. I saw it first in crashlogs (Bugsnag) in July but last 2 weeks the number of reported crashes skyrocketed. The app doesn't explicitly use the SKStoreProductViewController. It uses UIApplication.shared.open("itms-apps://apps.apple.com/app/appid") and the SKStoreReviewController.requestReview(), I'm not sure which one of these uses the SKStoreProductViewController. What is very odd, the other 2 apps that use the same way to show the other product app pages don't have this crash in their logs. Edit: I saw somebody mentioned the issue could be related to AdMob. This app also uses AdMob, the other 2 apps don't use AdMob.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to xcode13.4.1:Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib
It's enough to disable bitcode in the build settings. No need to set strip swift symbol to No. BUT with bitcode disabled on iOS 12.1.2 the images using Comopression: GPU Smallest size don't show up!!!! They show up fine on iOS 12.5.5 and iOS 10.3.4 (Didn't have other devices). This is a big issue. Apple: please revert changes you did.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Focus Hunting when using 60fps for video camera
I had exactly the same issue, getting emails from angry users :(
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Nov ’22
Reply to Hitches duration 37s,how find my problem
I'm also interested in this, when I google for Delay Frame Swap the only result is this post :(
Replies
Boosts
Views
Activity
Nov ’22
Reply to Xcode Instruments "App Launch". App Life Cycle timeline not shown
Same here, I don't see "App Life Cycle" timeline, regardless I have the Time Profile selected.
Replies
Boosts
Views
Activity
Jan ’23
Reply to Scheme is not currently configured for the build action.
I have exactly the same issue using Xcode 14.2, but it works fine using Xcode 14.3.1.
Replies
Boosts
Views
Activity
Aug ’23
Reply to StoreKitTest Fails on Xcode14 and iOS 14
I have the same issue when running tests on my local machine from the command line. (Xcode 14.3.1)
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Transaction fails with ASDServerErrorDomain Code=3504 in production
I can see the following errors reported in Bugsnag, the app is waiting for the review (there are no new products added): "NSLocalizedDescription": "An unknown error occurred", "NSUnderlyingError": "Error Domain=ASDServerErrorDomain Code=3506 \"Missing application adam id or bundle id.\" UserInfo={NSLocalizedFailureReason=Missing application adam id or bundle id.}" } "NSLocalizedDescription": "An unknown error occurred", "NSUnderlyingError": "Error Domain=ASDServerErrorDomain Code=3504 \"This item cannot be found.\" UserInfo={NSLocalizedFailureReason=This item cannot be found.}"
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Sep ’23
Reply to Xcode tests stuck in testing state
I have the same problem Xcode 14.3.1, the workaround (disable running tests in parallel) didn't help.
Replies
Boosts
Views
Activity
Dec ’23
Reply to SKPaymentQueue.default().storefront?.countryCode is nil on iOS 14
Any resolution? We see a large number of users in production affected by this, doesn't matter the iOS version (13.x-17.x)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’24
Reply to iOS: Are there any drawback by setting assumesHTTP3Capable to true if the server doesn't support it?
Thank you!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Reply to CFBundleShortVersionString of an app extension must match that of its containing parent app
I have the same problem even though they were set to the same values both in the project and also I verified plist values.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24