In App Purchase Product Order

i'm trying to test our app with an auto-renewable subscription (in app purchase) in Testflight, but the subscription tiers (products) aren't in the correct order.

When I run the build from xcode on device, the products show in the display order that I want:

  1. Free
  2. All Features Monthly ($)
  3. All Features Annually ($$)

However when I upload to app store connect, then install that build using Testflight on my device, the order shows differently:

  1. Free (read only)
  2. All Features Annually ($$)
  3. All Features Monthly ($)

How/where is the order determine so that I can change it?

Can you clarify where this ordering is being observed? Is the customers view of levels of service in their active/expired view on the subscriptions management page?

Hi, thanks - this is being observed on the splash page that a customer sees when they download and install the app for the first time, and we prompt them to select a subscription level.

In App Purchase Product Order
 
 
Q