IAP Subscription

Hi. How can I do auto-renewable subscription using SDKBOX IAP plugin? How check trial?Thanks for your response!

http://docs.sdkbox.com/en/plugins/iap/v3-cpp/

I can’t find subscriptions in this manual.

how about this.

sdkbox_config.json


"subscription":{
    "id":"<put the product id for android here>",
    "type":"subs" //this is subscription item
}