Looking at your new webinar about using paypal and how to impliement it, it all works great to a point.
The issue is the return redirect URL. On the webinar you are using the browser to test it, and thats great as it works, but it does not work on the phone.
So how do I get the redirect for the phone ????
Looking at weinre, the base url is :
precode
<base href="file:///var/mobile/Applications/7B7BCC3E-*---9ADAF*/u*e.app/www/project/createGroup4.html">
/code/pre
But the return, based on your webinar is:
precode
"return_url":"http://appery.io/app/view/3b3bd7dc-*---9c6507***/createGroup4.html"
/code/pre
So using the webbrowser it works, but on the mobile device it does not, because of the code within the device Applications could be anything ?