carlo318

Results 16 comments of carlo318

Also an app I develop has been removed from the store for the same reason. But I still need this plugin to autoupdate some custom devices running my app. I...

You are right, I have committed, in my branch, the version that suits my needs. For sure, It's better to add a parameter. But it seems not very clear to...

Please let me know if the new parameter skipPrompt is fine. Thanks.

Hi @sealover06 I also use both those plugins in an app, on Android 6.0. I have seen that it is necessary to disable temporarily the kiosk mode to let the...

@sealover06 this is my example code, forcing Exit App and Stop Kiosk mode after 30sec: var updateUrl = "https://myserver.com/version.xml"; // Get xml from server $http.get(updateUrl, {}).success(function(xmlData, status) { // Check...

At first I didn't find those Capabilities options in XCode. It could be useful to someone this detailed info on where they are: - Capabilities - Background Modes - Location...

I could make it work, but with a too stricted condition. Only if I ask for permission at the very start of the App (the first instruction in ionicPlatform.ready: `$ionicPlatform.ready(function()...

Unfortunately I confirm, the app is blocked. No hope for any change in this App or in Google mind? ![Google-ftp-blocked](https://user-images.githubusercontent.com/6966708/168243092-2cde3836-0be1-4f72-a5a5-4ba3a503b16a.png)

I tried your suggestion @NBAMj , but now it does'nt give me any feedback, neither successful, nor failed. With or without the prefix data:image/jpeg:base64, How comes? I also put try...

I have a similar issue with Easer 0.8.2.3, on a OnePlus Nord with Android 12. In my case, the script I have made, sometimes doesn't run at all, with no...