Software Archive
Read-only legacy content
공지
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 토론

existence of the equivalence of In-App Version Checking ?

Azouz_Z_
초급자
608 조회수

Hello,

Is there an equivalent of In-App Version Checking" ?. If not, how do you manage to inform the user that there is a newest version ?

very best regards

more info on: https://code.google.com/p/android-query/wiki/Service

0 포인트
1 솔루션
PaulF_IntelCorp
610 조회수

Generally the store through which you distribute your app provides that update automatically to your user, so your app does not need to do anything. If you want to handle that yourself, you will have to find a third-party service or setup your own server where you could store the pertinent information, and make sure to keep a marker in your application to compare what version you're at versus what version your server believes to be the most recent version.

It's possible someone has already written a Cordova plugins to do this sort of thing. You'll have to use your favorite search engine to search for something like "cordova phonegap plugin update notification" or something similar.

원본 게시물의 솔루션 보기

0 포인트
3 응답
Amrita_C_Intel
609 조회수

Is this question for app preview or Intel XDK?

0 포인트
PaulF_IntelCorp
611 조회수

Generally the store through which you distribute your app provides that update automatically to your user, so your app does not need to do anything. If you want to handle that yourself, you will have to find a third-party service or setup your own server where you could store the pertinent information, and make sure to keep a marker in your application to compare what version you're at versus what version your server believes to be the most recent version.

It's possible someone has already written a Cordova plugins to do this sort of thing. You'll have to use your favorite search engine to search for something like "cordova phonegap plugin update notification" or something similar.

0 포인트
Azouz_Z_
초급자
610 조회수

Thank you Paul.

0 포인트
응답