Post

Replies

Boosts

Views

Activity

Comment on ITMS-91109: com.apple.quarantine found in bundle
Thanks, Quinn - as always very helpful! My development team, build process and source control is quite simple: I'm the only developer, using only git and Xcode. You're right about the source file being quarantined - that where I removed the extended file attributes. I'll keep an eye on this: Never had this issues before, even while the file in question was already existing. It just happened approximately two weeks ago, and the last builds were again fine: Maybe just one of these glitches...
May ’25
Comment on Testing declined purchase
Thanks for the clarification as I was wondering the same - currently migrating from legacy StoreKit to StoreKit2 API and using Transaction.updates. Just a follow-up question: Would there be a double-charge if KID purchased again while the first transaction is pending (and later PARENT approved)? I'd expect the framework to dismiss the second purchase...
Topic: App & System Services SubTopic: StoreKit Tags:
Jan ’25
Comment on In-app purchase fail to get receipts and macos says application damaged
Thanks for the insights, Rich, very helpful - as mentioned in my thread, too. Could you point us to a documentation for the current recommendation: "[...] Instead the advise now is to have the app continue along with the assumption that the user has no access to first time in-app purchase support, or to support for restoring previous purchases."? So far the docs are still reflecting exit(173), not marked as deprecated.
Topic: App & System Services SubTopic: StoreKit Tags:
Jun ’22
Comment on Code 173 no longer triggers receipt generation
Yep, I'm doing the same - commenting out receipt checks. Unfortunately I recently changed IAP processing in my app, and now releasing it is massively delayed as I cannot test properly. What really annoys my is Apple's ignorance with regards to this issue: No official comment in any discussion, no response to my bug report, and the Developer System Status is still reporting everything "green". That sucks...
Topic: App & System Services SubTopic: Core OS Tags:
May ’22
Comment on App not launch on an M1 mac
Thanks, Quinn! The quarantine step was keeping me from testing a Universal App after airdropping from the M1 development device to test machines. But I realized that "Automatic Development Signing" doesn't required device IDs registered ... at least I could run the app in several VMs, not registered as devices . Greetings, Mattes
Feb ’22
Comment on "NSColorPanel.shared.showsAlpha = false" is causing not satisfiable layout constraints (macOS 26)
Thanks a bunch!
Topic: UI Frameworks SubTopic: AppKit
Replies
Boosts
Views
Activity
Sep ’25
Comment on ITMS-91109: com.apple.quarantine found in bundle
Thanks, Quinn - as always very helpful! My development team, build process and source control is quite simple: I'm the only developer, using only git and Xcode. You're right about the source file being quarantined - that where I removed the extended file attributes. I'll keep an eye on this: Never had this issues before, even while the file in question was already existing. It just happened approximately two weeks ago, and the last builds were again fine: Maybe just one of these glitches...
Replies
Boosts
Views
Activity
May ’25
Comment on Testing declined purchase
Thanks for the clarification as I was wondering the same - currently migrating from legacy StoreKit to StoreKit2 API and using Transaction.updates. Just a follow-up question: Would there be a double-charge if KID purchased again while the first transaction is pending (and later PARENT approved)? I'd expect the framework to dismiss the second purchase...
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Universal Purchase: macOS (AppKit) + iOS supported?
Hey Quinn, thanks a bunch for confirming - you're really an asset of these forums 😉 Right, I will just check by adding the macOS platform to the iOS ASC entry and upload a "new" macOS build as mentioned. Just too bad there is (still) no way to remove an additional platform item from ASC if it's not used... Cheers!
Replies
Boosts
Views
Activity
May ’24
Comment on iOS Simulators not listed as Run Destinations (Xcode 14.3)
Awesome! I totally missed the first option in the "Products" menu ... and was wondering why enabling "Show always" for the simulators had no effect. Changed the "Product" option to show both architectures, and the - Rosetta-based - iOS 13 simulators are showing up. Thanks, you made my day!
Replies
Boosts
Views
Activity
May ’23
Comment on XCode 14.3, issue with switching simulators
I just installed Xcode and the iOS 13.7 simulator on my Intel Mac Mini: After switching the simulator to "show always" it can be selected as a Run Destination and works. Looks like these "older" simulators are not listed on Macs running with Apple Silicon, like my 14" MBP. I'd consider this a bug...
Replies
Boosts
Views
Activity
May ’23
Comment on Apple Business Manager and IAP
I wasn't following up as the customer's demand wasn't confirmed. But to my knowledge the only official way would be a separate app version. Didn't hear anything back from Apple, but found a corresponding blog entry by another developer in the same boat.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on In-app purchase fail to get receipts and macos says application damaged
Thanks for the insights, Rich, very helpful - as mentioned in my thread, too. Could you point us to a documentation for the current recommendation: "[...] Instead the advise now is to have the app continue along with the assumption that the user has no access to first time in-app purchase support, or to support for restoring previous purchases."? So far the docs are still reflecting exit(173), not marked as deprecated.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on XCode not creating _MASReceipt/reciept in App Bundle?
Working again without any code change at May 18th, 8:15 pm CEST: obviously Apple has fixed the backend, but no official confirmation of the issue, no response on bug reports, no corresponding system status … Apple, please work on your developer community management.
Replies
Boosts
Views
Activity
May ’22
Comment on Code 173 no longer triggers receipt generation
Working again without any code change at May 18th, 8:15 pm CEST: obviously Apple has fixed the backend, but no official confirmation of the issue, no response on bug reports, no corresponding system status … Apple, please work on your developer community management.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Code 173 no longer triggers receipt generation
Yep, I'm doing the same - commenting out receipt checks. Unfortunately I recently changed IAP processing in my app, and now releasing it is massively delayed as I cannot test properly. What really annoys my is Apple's ignorance with regards to this issue: No official comment in any discussion, no response to my bug report, and the Developer System Status is still reporting everything "green". That sucks...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Code 173 no longer triggers receipt generation
Filed a duplicate feedback FB10014055
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on Code 173 no longer triggers receipt generation
+1 ... Building my app with macOS 12.3.1 (M1) and Xcode 13.3.1, and no receipt is retrieved after exiting with 173. Tried App Store log out / log in (sandbox and regular account) as well as reboot to no avail.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’22
Comment on App not launch on an M1 mac
Thanks, Quinn! The quarantine step was keeping me from testing a Universal App after airdropping from the M1 development device to test machines. But I realized that "Automatic Development Signing" doesn't required device IDs registered ... at least I could run the app in several VMs, not registered as devices . Greetings, Mattes
Replies
Boosts
Views
Activity
Feb ’22
Comment on App Store Connect: No "Sales and Trends" with Safari 15
Yep, that's why I mentioned it in my original post...
Replies
Boosts
Views
Activity
Oct ’21