This may not directly be within support scope of Appery, but I am posting my issue nonetheless, in the hope that there might be any pointers you'd be able to share.
I've integrated the following in-app purchase plugin within an appery project: https://github.com/j3k0/cordova-plugi... (for iOS 6 and higher).
Everything and all functionality works fine in all cases when the app is installed and run via Xcode on the actual iOS device. There are no warnings related to memory or otherwise in Xcode logs.
Things also work well on device (independent of Xcode) till the next time device ready event is fired. Once onDeviceReady is invoked everything works fine also, until I invoke a functionality (specifically store.order() from above plugin) in the app: in which case the app closes automatically. Unfortunately Weinre debugger is not producing console logs for me (although I have console.log outputs in my project and I am stumped about this behavior). I've set the Xcode deployment target to 6.0 and the device OS is 7.1.
Any ideas what I might be doing wrong? Any pointers/tools that guide me in the right direction and resolve would be appreciated.
Regards