Post

Replies

Boosts

Views

Activity

Reply to Error Code 3502 new in app purchase
I have the same issue: <SKPaymentQueue: 0x282460b00>: Payment completed with error: Error Domain=ASDServerErrorDomain Code=3502 "This item is not available." UserInfo={storefront-country-code=USA, client-environment-type=Sandbox, AMSServerErrorCode=3502, NSLocalizedFailureReason=This item is not available.} I tried using a random product ID to see if the ID was wrong but in that case, the ASDServerErrorDomain Code is 3504...so this rules out issues with the product ID.. Any advice would be greatly appreciated!
Topic: App & System Services SubTopic: StoreKit Tags:
May ’23
Reply to Xcode 15 beta build issues
Disabling 'User Script Sandboxing' under the Project's Build Settings > Build Options fixed the issue for me as well! Thanks!
Replies
Boosts
Views
Activity
Jul ’23
Reply to Error Code 3502 new in app purchase
I have the same issue: <SKPaymentQueue: 0x282460b00>: Payment completed with error: Error Domain=ASDServerErrorDomain Code=3502 "This item is not available." UserInfo={storefront-country-code=USA, client-environment-type=Sandbox, AMSServerErrorCode=3502, NSLocalizedFailureReason=This item is not available.} I tried using a random product ID to see if the ID was wrong but in that case, the ASDServerErrorDomain Code is 3504...so this rules out issues with the product ID.. Any advice would be greatly appreciated!
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Xcode 12 Framework: 'Double-quoted include in framework header, expected angle-bracketed instead'
I had the same issue and this resolved it: rm -rf ~/Library/Developer/Xcode/DerivedData/ rm -rf ~/Library/Caches/CocoaPods/ pod deintegrate pod update
Replies
Boosts
Views
Activity
May ’23