Hi, the "Security Context" code is provided by Appery. Wouldn't it be covered in the support for
"Code
Code: Select all
Any code generated by the Appery.io platform
"
?
Thanks
Hi, the "Security Context" code is provided by Appery. Wouldn't it be covered in the support for
"Code
Code: Select all
Any code generated by the Appery.io platform
"
?
Thanks
Hi, when you say "And please note that apps backup is only available in Pro or higher plan" what do you mean by "App Backups" ?
UPDATE:
Since my app is very simple, I modified the Android.XML to allow minSdkVersion=14 (Android 4.0)
In this device running Android 4.0, the splash image still looks deformed, stretched verticalwise.
Have you tried on different devices? Is it reproducible only on Nexus 5 with Android 6?
I haven't tried in other devices. In fact I was going to try on another device but it was Android 4.0.1. Is there some workaround to make it work in that version of Android?
I've set up various requests using the security context with a custom JS.
I would like to check if the phone has connectivity before doing the request, and I guess the security context wrapper would be a good place since it wraps all the requests.
How can I cancel the request nicely from there?
I've created nine-patch images and uploaded them to App Settings-Android Binary-Launch Images
When we run the .apk from the device (nexus 5, android 6) the splash screen appears stretched (vertical-wise).
I don't know what I'm doing wrong.
Could you please help? Thanks!
Hi, Im trying to cancel a 'invoke service' call from the BeforeSend event.
Im trying to use jqXHR.abort() but I get the error: TypeError: jqXHR.abort is not a function(...)
What am I doing wrong?