Post

Replies

Boosts

Views

Activity

Reply to App Store Connect API Set Prices for All Territories automatically
Just found this: https://developer.apple.com/documentation/appstoreconnectapi/app_store/auto-renewable_subscriptions/managing_auto-renewable_subscriptions To set a price point for another territory, use POST /v1/subscriptionPrices (Create a Subscription Price Change) again, replacing the subscriptionPricePoint ID with the other values you obtain from GET /v1/subscriptionPricePoints/{id}/equalizations (List All Subscription Price Point Equalizations). If the subscription is available in all territories, an individual POST /v1/subscriptionPrices call is necessary for each territory. You might consider automating this step.
Topic: App & System Services SubTopic: StoreKit Tags:
May ’23
Reply to Does Apple Store Server Notification(Sandbox ENV) have delay transmitting?
I am trying to figure this out as well. My scenario is that I want to use the App Store Server Notifications as the definitive source for determining whether a user is subscribed to our service. Therefore, after they subscribe, it would be nice if the server notification happened in real time as stated, so that their status changes to subscribed on the server as soon as possible. Otherwise there will be a 30 second delay between the user subscribing, and the server knowing that the user has subscribed. But maybe this isn't how these server notifications are supposed to be used?
Topic: App & System Services SubTopic: StoreKit Tags:
Apr ’23
Reply to App Store Connect API Set Prices for All Territories automatically
Just found this: https://developer.apple.com/documentation/appstoreconnectapi/app_store/auto-renewable_subscriptions/managing_auto-renewable_subscriptions To set a price point for another territory, use POST /v1/subscriptionPrices (Create a Subscription Price Change) again, replacing the subscriptionPricePoint ID with the other values you obtain from GET /v1/subscriptionPricePoints/{id}/equalizations (List All Subscription Price Point Equalizations). If the subscription is available in all territories, an individual POST /v1/subscriptionPrices call is necessary for each territory. You might consider automating this step.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
May ’23
Reply to Does Apple Store Server Notification(Sandbox ENV) have delay transmitting?
I am trying to figure this out as well. My scenario is that I want to use the App Store Server Notifications as the definitive source for determining whether a user is subscribed to our service. Therefore, after they subscribe, it would be nice if the server notification happened in real time as stated, so that their status changes to subscribed on the server as soon as possible. Otherwise there will be a 30 second delay between the user subscribing, and the server knowing that the user has subscribed. But maybe this isn't how these server notifications are supposed to be used?
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Missing info.plist key: NSPhotoLibraryUsageDescription
Thank you so much!
Replies
Boosts
Views
Activity
Apr ’23
Reply to ShareSheet errors on console when presenting UIActivityViewController
Did you find any solution for this? I am getting the same error right now
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Apr ’23
Reply to Test In-App Subscriptions in TestFlight before submitting to App Store
The problem was solved when I filled out the bank and tax info.
Replies
Boosts
Views
Activity
Apr ’23
Reply to Test In-App Subscriptions in TestFlight before submitting to App Store
Also should mention that I have not submitted the Tax Forms in App Store Connect. I believe that may be causing the issue.
Replies
Boosts
Views
Activity
Apr ’23