Questions about plugin-x IOS IAP, please help me!

Hi,
i’m using plugin-x and cocos2d-x v3.3 to make IAP, my problems are
1- i don’t know how to call Restore function.
2- if the plugin Fail to load list of product ( no internet connection ), it doesn’t try to load the list after connection to the internet, so i will not be able to make purchase until relaunching the app (load the plugin again) !

Please help me , i lost a lot of time :frowning:

Thanks.

  1. I have not used restore so I can’t say about it.
  2. You need to check internet connection before load or initialize IAP, and catch internet goes online, then load it.

Thanks @hzlov , please somebody help me !