Eduardo Orozco Sanchez
Posts: 0
Joined: Tue Jun 24, 2014 5:03 pm

Why does app automatically update?

I exported and published my app in the google playstore on friday.
It all works well but I continued developing and making changes on the appery environment, and saving after changes.
It appears that the app is updating real-time directly from the appery environment into my users devices.
Why is this happening if I haven-t exported and updated the new .apk into the playstore?
How can I stop this so I can develop and test new versions without it being updated automatically into my users operating versions?

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

Why does app automatically update?

Hello!

User's application should not be update without exporting. Perhaps you made ​​some changes in the database or server code.
You can save different versions of the application here: https://appery.io/app/projects (Versions)

Eduardo Orozco Sanchez
Posts: 0
Joined: Tue Jun 24, 2014 5:03 pm

Why does app automatically update?

Hi Arinna, i dont know why its doing it. No changes on db or server code that would do this.

Eduardo Orozco Sanchez
Posts: 0
Joined: Tue Jun 24, 2014 5:03 pm

Why does app automatically update?

Hi Arinna, i dont know why its doing it. No changes on db or server code that would do this.
I have tried using versions and it keeps updating to the latest version.

Eduardo Orozco Sanchez
Posts: 0
Joined: Tue Jun 24, 2014 5:03 pm

Why does app automatically update?

This seems to be only happening when users log in via facebook,
I ́m using the facebook plugin, and the callback URL points to var callbackUrl = "http://appery.io/app/view/" + Facebook_Settings.project_id + "/startScreen.html";
Facebook settings project id is cd8d484a-a57d-43ea-9b28-038b0b18a25c
How I can set up the callback URL so that on the native android app it will go back to the app instead of going to the latest version of the project on the web

Thanks!

Eduardo Orozco Sanchez
Posts: 0
Joined: Tue Jun 24, 2014 5:03 pm

Why does app automatically update?

Hi Arina, this has not been answered
Please let me know how to set up the redirect URL properly so that on the Android native app it will go back to the app and not the live web page
Thanks!

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Why does app automatically update?

Hi Eduardo,

Please try ticking 'Render all pages in one HTML file' in App Settings.

Eduardo Orozco Sanchez
Posts: 0
Joined: Tue Jun 24, 2014 5:03 pm

Why does app automatically update?

Hi Katya
It is ticked

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Why does app automatically update?

Hello Eduardo,

Most likely the problem is that after you logged in Facebook you don't go back to the application and load a test page of application in the internal browser application. To check this, please clear the checkbox Public for the application. The idea is after you log in Facebook you will see the login page in Appery.io.
How to make a login through Facebook please look at these links:
https://getsatisfaction.com/apperyio/...
http://devcenter.appery.io/tutorials/...
http://devcenter.appery.io/documentat...

Return to “Issues”