I have installed cordova-plugin-purchases on my app which works fine on the android version.
But on IOS while i am following all the documentation on both physical device and simulator and while my setup seems ok, i cannot trigger any purchases related action/function.
I did all the stuff described here: Testing purchases in App Store Sandbox
The actual behavior seems like all plugin functions are empty of code.
I do not get either a success or an error callback at all from whatever method i ‘ve tried to call.
I have tried in both actual devices and simulator with xcode builds.
If needed i can post sample code.