Post

Replies

Boosts

Views

Activity

Comment on Support for webm playback and processing
Thanks for the tip! Unfortunately in my case I’m actually just looking for audio playback, so I think VP9 can’t really be the problem. The MediaExtension framework is very interesting. But unfortunately it looks like it’s macOS only. I’d need both macOS and iOS for it to help!
Topic: Audio SubTopic:
Audio Q&A
Jun ’26
Comment on Renewal Info never contains offerType
Aha I was confused because the renewal info distinguishes between productId ("The product identifier of the In-App Purchase.") and autoRenewProductId ("The identifier of the product that renews at the next billing period."); from that I assumed offerType ("The type of subscription offer.") was the current offer and that a similar autoRenewOfferType property was missing. Thank you very much for your help!
Topic: App & System Services SubTopic: StoreKit Tags:
Feb ’25
Comment on App Store Server Notification sends old transactions
Aha, that's great. I'll check the isUpgraded field then. The trick with status for us is that our backend wants to know details like next subscription expiration/renewal date so that it can hand our shorter or longer credentials for downloaded content. So we can't just rely on status. E.g. a person with a 1 week free trial might be able to download content for offline use up to 7 days & a person with an annual subscription might be able to download content for offline use up to 365 days.
Topic: App & System Services SubTopic: StoreKit Tags:
Feb ’25
Comment on Core Data error: SQLITE_IOERR_SHMOPEN; what is this?
Just to clarify, when you say this: Your app sets the data protection level to .complete... that would be us manually setting the data protection level on the .shm file? That's almost definitely not it. Your app is launched into the background ... This doesn't seem like an impossible situation since we do use BGProcessingTaskRequest in some places. Thanks @DTS Engineer ! I'll look into these avenues.
Topic: App & System Services SubTopic: iCloud Tags:
Jun ’24
Comment on Catalyst Keychain functions return errSecInteractionNotAllowed while clearly unlocked
I found no solution. But we've seen no one else reproduce it. I do think that your issue might be a different thing, as our error has a different status code than yours. Also our code as posted above does work for everyone but this one user. You may wish to check that (1) the item in question is actually in the keychain; and that (2) the item in question was inserted by your app.
Topic: App & System Services SubTopic: General Tags:
Aug ’22
Comment on Support for webm playback and processing
Thank you!
Topic: Audio SubTopic:
Audio Q&A
Replies
Boosts
Views
Activity
Jun ’26
Comment on Support for webm playback and processing
Thanks for the tip! Unfortunately in my case I’m actually just looking for audio playback, so I think VP9 can’t really be the problem. The MediaExtension framework is very interesting. But unfortunately it looks like it’s macOS only. I’d need both macOS and iOS for it to help!
Topic: Audio SubTopic:
Audio Q&A
Replies
Boosts
Views
Activity
Jun ’26
Comment on Support for webm playback and processing
Ack it looks like I've already asked this question over a year ago and I simply forgot. https://developer.apple.com/forums/thread/775937?answerId=833115022#833115022
Topic: Audio SubTopic:
Audio Q&A
Replies
Boosts
Views
Activity
Jun ’26
Comment on Xcode 26: Sendable checking + NSManagedObjectContext.perform in Swift 6
Thanks @DTS Engineer ! That's the first workable solution I've seen. moc.object(with:) shouldn't cause a fetch unless I read properties (as opposed to writing them, as above) right?
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Aug ’25
Comment on Renewal Info never contains offerType
Aha I was confused because the renewal info distinguishes between productId ("The product identifier of the In-App Purchase.") and autoRenewProductId ("The identifier of the product that renews at the next billing period."); from that I assumed offerType ("The type of subscription offer.") was the current offer and that a similar autoRenewOfferType property was missing. Thank you very much for your help!
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’25
Comment on App Store Server Notification sends old transactions
Aha, that's great. I'll check the isUpgraded field then. The trick with status for us is that our backend wants to know details like next subscription expiration/renewal date so that it can hand our shorter or longer credentials for downloaded content. So we can't just rely on status. E.g. a person with a 1 week free trial might be able to download content for offline use up to 7 days & a person with an annual subscription might be able to download content for offline use up to 365 days.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’25
Comment on App Store Server Notification sends old transactions
Thank you! Does that mean that (at a minimum) SUBSCRIBED, DID_RENEW, and OFFER_REDEEMED notifications always contain the latest transaction for the subscription identified by originalTransactionId? Or must I always call "Get All Subscription Statuses" when receiving a notification?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Feb ’25
Comment on Core Data error: SQLITE_IOERR_SHMOPEN; what is this?
Ah OK thanks!
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jun ’24
Comment on Core Data error: SQLITE_IOERR_SHMOPEN; what is this?
Just to clarify, when you say this: Your app sets the data protection level to .complete... that would be us manually setting the data protection level on the .shm file? That's almost definitely not it. Your app is launched into the background ... This doesn't seem like an impossible situation since we do use BGProcessingTaskRequest in some places. Thanks @DTS Engineer ! I'll look into these avenues.
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jun ’24
Comment on TN3151: Choosing the right networking API
Thanks!
Replies
Boosts
Views
Activity
Jul ’23
Comment on Catalyst Keychain functions return errSecInteractionNotAllowed while clearly unlocked
You should be able to look up the item in question in the "Keychain Access" app on your mac. If you double click the item & click on "Access Control" it should list your full bundle ID (with team ID prefix).
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Catalyst Keychain functions return errSecInteractionNotAllowed while clearly unlocked
I found no solution. But we've seen no one else reproduce it. I do think that your issue might be a different thing, as our error has a different status code than yours. Also our code as posted above does work for everyone but this one user. You may wish to check that (1) the item in question is actually in the keychain; and that (2) the item in question was inserted by your app.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22