Sorry. My previous post was wrong.
I was able to get the customer prices from the "included" entry in the JSON obtained at the following URL.
https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules/{inapp_id}/manualPrices?include=inAppPurchasePricePoint,territory&fields[inAppPurchasePricePoints]=customerPrice
Post
Replies
Boosts
Views
Activity
I have discovered that the first 52 characters of the ID of the pricePoint matches the first 52 characters of the ID of the price in manualPrices or automaticPrices. Would it be possible to use this rule?
I contacted Apple Developer Relations and received a reply that Apple had actually sent the email to the relevant developers.
I have the same problem. The number of Transaction has exceeded 1,000...
This issue has been resolved in macOS Big Sur 11.3 beta (20E5172i).
Downloaded content will be unzipped in /Library/Application Support/AppStoreContent/BUNDLEID/Products/PRODUCTID/.
I'm having the same problem with my Mac Catalyst app.
I observed the temporary directory of "appstoreagent".
path: /private/var/folders/.../com.apple.appstoreagent/com.apple.appstore/
SKDownload was downloading the zipped file correctly into the temporary directory.
filename: mzafbenc.1800XXXXXXXXXXX.zip
However, the zip file was deleted without unzip.
It is happened on both Intel and M1 macs.
typo:
hostArchtectures
↓
hostArchitectures
sorry!
https://developer.apple.com/library/archive/documentation/DeveloperTools/Reference/DistributionDefinitionRef/Chapters/Distribution_XML_Ref.html#//apple_ref/doc/uid/TP40005370-CH100-SW41
hostArchtectures="x86_64,arm64"
We were able to solve this problem by specifying arm64 in hostArchtectures attribute.