What's the reason? Since about 19:00 on November 30, 2020,
Storekit SKStoreProductViewController loadProductWithParameters:completionBlock: API received a lot of exception information, error status code = 5.
Error Domain=SKErrorDomain Code=5 "(null)"
SKErrorStoreProductNotAvailable API_AVAILABLE(ios(3.0), macos(10.15), watchos(6.2)), // Product is not available in the current storefront
Post
Replies
Boosts
Views
Activity
I am testing SKAdNetwork 2.2 version;
iPhone 12 ProMax beta iOS 14.5 and Version 12.5 beta (12E5220o) in my m1 clip macbookpro;
after run below code
[SKAdNetwork startImpression:theSkAdImpressionObject completionHandler:^(NSError * _Nullable error) {
}];
//theSkAdImpressionObject is valid
nothing happened, and I got below log:
SKAdNetwork: Error in remote proxy while starting view-through impression: Error Domain=NSCocoaErrorDomain Code=4097 "connection to service on pid 0 named com.apple.storekitservice" UserInfo={NSDebugDescription=connection to service on pid 0 named com.apple.storekitservice}
so, any suggestions ? thanks