This is a migrated thread and some comments may be shown as answers.

Android App auto update programmatically

5 Answers 656 Views
jQuery Mobile
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Deepan
Top achievements
Rank 1
Deepan asked on 26 Jun 2014, 01:30 PM
Hi,
         I am using jquery mobile for developing Android app.
Now i developed and published App in google play store perfectly. now i want to update Android App automatically,  from programmatically not manually from play store.

is any plugin is available for auto update Android App for jquery mobile?

Thanks in advance
R.Deepan

5 Answers, 1 is accepted

Sort by
0
Kaloyan
Telerik team
answered on 01 Jul 2014, 07:14 AM

Hi Deepan,

I found some possible solutions, however each of them requires your app to be hosted on a server, outside Google Play. The process appears to be not that complicated, as what you need to do is:
 1. Compare the installed and the hosted versions of the app (upon application start for example).
 2. If newer version is available, download it on the device (via the FileTransfer Api).
 3. Finally, trigger the install of the new version (via the WebIntent plugin).

Here is a stacoverflow article about this. Please, note both the possible solutions described.

I hope this helps. Let me know if your need further assistance.

Regards,

Kaloyan
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
0
Deepan
Top achievements
Rank 1
answered on 01 Jul 2014, 03:57 PM
Thanks for your quick reply,
I am using Icenium graphite Tool for developing android App.
In our project we are using CSS,HTML and javascript only
so i don't know how to integrate WebIntent.java file with our Manifest.xml
is possible for use this .java file in this Tool?
0
Kaloyan
Telerik team
answered on 04 Jul 2014, 11:56 AM
Hi Deepan,

In order to use native libraries inside your AppBuilder (formerly Icenium) project, you need to develop custom Cordova plugins. The WebIntent for example, is such plugin and can be easily integrated inside your project, by following this guide. Another option also is to add it as an archive:
  1. First, download the content of the plugin as an archive (from its git repository).
  2. Then, inside your AppBuilder project, right click on the Plugins folder and select Add > From Archive.
  3. In the Open window, locate the already downloaded archive (from step 1) and click Open.

I hope this helps.

Regards,
Kaloyan
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
0
Deepan
Top achievements
Rank 1
answered on 07 Jul 2014, 06:45 AM
Hi,
 I followed your guidance, working fine for us.


Thanks & Regards
R.Deepan

0
Kaloyan
Telerik team
answered on 07 Jul 2014, 06:48 AM
Hi Deepan,

I am glad it helped.

Please, let us know if there is anything else we can assist you with.

Regards,
Kaloyan
Telerik
 

Share what you think about AppBuilder and Telerik Platform with us in our feedback portal, so we can become even better!

 
Tags
jQuery Mobile
Asked by
Deepan
Top achievements
Rank 1
Answers by
Kaloyan
Telerik team
Deepan
Top achievements
Rank 1
Share this question
or