Hi @Srinivasa_Pradeep, are you getting the following error when you call AppSubscriptionCreate
?
Apps without a public distribution cannot use the Billing API
If so, the following should fix it:
- Open up your app in the Partner admin
- Click on Distribution on the left side
- Choose Public distribution and click on Select
At that point you should be able to access the AppSubscriptionCreate
mutation with your app, even though it’s not published on the app store yet.