You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want to know whether the order of the returned subscriptions from the getSubscriptions(skus) method depends on the SKU order we provide to the function.
For example, if I provide getSubscriptions([monthlyPlan, yearlyPlan]) sometimes I get the results as monthly plan data and yearly plan data, and also counter-wise.
I have found this order issue last month. But is reoccurring among many users now in iOS.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi, I want to know whether the order of the returned subscriptions from the
getSubscriptions(skus)
method depends on the SKU order we provide to the function.For example, if I provide
getSubscriptions([monthlyPlan, yearlyPlan])
sometimes I get the results as monthly plan data and yearly plan data, and also counter-wise.I have found this order issue last month. But is reoccurring among many users now in iOS.
Beta Was this translation helpful? Give feedback.
All reactions