Posts

Post not yet marked as solved
7 Replies
2.2k Views
Hi, I have been testing StoreKit 2. I'm trying to query for available subscription products by using the following query code as per the document. I have configured the in-app purchases with subscriptions in appstoreconnect. The request query keeps throwing an error. Would appreciate some help. Query Code let productIdentifiers: Set = ["monthly_subscription", "yearly_subscription", "family_monthly_subscription", "family_yearly_subscription"]         async {             do {                 let _subscribableProducts = try await Product.request(with: productIdentifiers)                 self.subscribableProducts = _subscribableProducts             }             catch {                 print("Something went wronge \(error)")             }         } Error thrown systemError(Error Domain=ASDErrorDomain Code=507 "Error decoding response" UserInfo={NSLocalizedDescription=Error decoding response, NSLocalizedFailureReason=Could not decode media products response})
Posted Last updated
.
Post not yet marked as solved
4 Replies
586 Views
Hi, I'm running xcode 9 and trying to validat an app that is archived using xcode 9. The app is under an organization and I have been given access to manage the app. On every try, it keeps failing. The following message keeps showing up on every single try. Please help.iTunes Store Operation FailedYou are not authorized to use this service for provided:-----------Would appreciate any kind of an help. Thanks.
Posted Last updated
.