Post

Replies

Boosts

Views

Created

Transaction.currentEntitlements still contains transaction after clearing purchase history
I'm implementing a non-consumable IAP for our app using StoreKit2. After making a purchase using a sandbox account, then revoking the purchase history for that account, Transaction.currentEntitlements still contains a valid purchase transaction. My understanding is that transactions should be updated in the background (via Transaction.updates), but is there something else that needs to happen to properly revoke the purchase?
1
0
800
Oct ’23
ONLY_ACTIVE_ARCH is not working in Xcode 15.4
As of Xcode 15.4 (and possibly earlier), Xcode does does not build all architectures for a target when 'Build Active Architecture Only' (ONLY_ACTIVE_ARCH) is set to 'No'. Instead, the run destination ('My Mac' vs 'Any Mac') appears to completely override that setting. The help documentation blurb for ONLY_ACTIVE_ARCH states the run destination is only used when the build setting is enabled, and that was indeed the case in earlier versions of Xcode. Has the expected behaviour of that setting changed?
1
0
680
Sep ’24