I'm using IabHelper.
//SKU_SUBSCRIBED is the product id of subscription. Which is double verified by me.
//RC_REQUEST = 10001
//payload = "mytesttoken"
mHelper.launchPurchaseFlow(HomeActivity.this,
SKU_SUBSCRIBED, IabHelper.ITEM_TYPE_SUBS,
RC_REQUEST, mPurchaseFinishedListener, payload);
It's says
The item you requested not available for purchase
What mistake I have done here ?
You should do next steps:
Full rollout