Search found 9 matches

Go to advanced search

by Sayan Nandy
Tue Mar 17, 2015 6:02 pm
Forum: Issues
Topic: Updates for Standalone Non Google Store Apps
Replies: 11
Views: 1965
 
Jump to post

Updates for Standalone Non Google Store Apps

Hi Egor,

I cannot configure the push. That was my problem to start with.

If possible can you share the process for the same.

by Sayan Nandy
Tue Mar 17, 2015 6:01 pm
Forum: Issues
Topic: navigator.app.exitApp() not working from apk file
Replies: 13
Views: 2342
 
Jump to post

navigator.app.exitApp() not working from apk file

Hi Egor,

Can you tell me which plugin is responsible for the function and how to add it again!!!
Otherwise I will have to delete the entire project and make it again...

by Sayan Nandy
Sat Mar 14, 2015 4:51 pm
Forum: Issues
Topic: Updates for Standalone Non Google Store Apps
Replies: 11
Views: 1965
 
Jump to post

Updates for Standalone Non Google Store Apps

Hi Alena, I am kind of new to this. Let me explain my problem. I have built an app using appery.io which is supposed to be a standalone app without any internet requirement. So I am giving the app to the end users using bluetooth or any other mode of file transfer. Now in this app the data gets chan...
by Sayan Nandy
Sat Mar 14, 2015 4:19 pm
Forum: Issues
Topic: navigator.app.exitApp() not working from apk file
Replies: 13
Views: 2342
 
Jump to post

navigator.app.exitApp() not working from apk file

Hi Alena, I have built the apk using appery.io and then transferred it to my Asus_T00J Zenfone 5 with Android 4.4.2 (KitKat). There on clicking the close button with the code as shown in the above snapshot, the app is not closing. I can send you the apk if you share the email id. Actually I deleted ...
by Sayan Nandy
Sun Mar 08, 2015 9:55 am
Forum: Issues
Topic: Updates for Standalone Non Google Store Apps
Replies: 11
Views: 1965
 
Jump to post

Updates for Standalone Non Google Store Apps

Hi Illya, Thanks for your reply. I have gone through the process. I could not understand the service part well. I have created a push message with all the required fields https://d2r1vs3d9006ap.cloudfront.net/s3_images/1168405/1_inline.png?1425808399 I have also added the init script etc on the welc...
by Sayan Nandy
Sun Mar 08, 2015 3:13 am
Forum: Issues
Topic: navigator.app.exitApp() not working from apk file
Replies: 13
Views: 2342
 
Jump to post

navigator.app.exitApp() not working from apk file

Hi, I have added the following code for exiting the App: var retVal = confirm("Do you want to Exit the Program ?"); if(retVal) { localStorage.clear(); if(navigator.app){ navigator.app.exitApp(); } else if(navigator.device){ navigator.device.exitApp(); } } else { return false; } Also in the...
by Sayan Nandy
Sun Mar 08, 2015 3:09 am
Forum: Issues
Topic: Updates for Standalone Non Google Store Apps
Replies: 11
Views: 1965
 
Jump to post

Updates for Standalone Non Google Store Apps

Hi Evgene, Thanks for your reply. I have tried to configure a push message but it is not going. I am attaching the snap shots for reference. https://d2r1vs3d9006ap.cloudfront.net/s3_images/1168343/1_inline.png?1425784125 https://d2r1vs3d9006ap.cloudfront.net/s3_images/1168344/2_inline.png?1425784138
by Sayan Nandy
Sat Mar 07, 2015 3:53 pm
Forum: Issues
Topic: Updates for Standalone Non Google Store Apps
Replies: 11
Views: 1965
 
Jump to post

Updates for Standalone Non Google Store Apps

Hi Alena, Thanks for your reply. I am currently sharing the apk. But my problem is like this. Suppose I make some changes to the apk, is there a possibility that when the user is connected to the internet, he/she gets a message like there is a new version (like system updates) so that he/she can go ...
by Sayan Nandy
Sat Mar 07, 2015 5:28 am
Forum: Issues
Topic: Updates for Standalone Non Google Store Apps
Replies: 11
Views: 1965
 
Jump to post

Updates for Standalone Non Google Store Apps

I am new to building apps. I have built a standalone app in which some variables are hard coded. This app is not in google store and is sent via bluetooth etc. Now the variables change and I need to send updates to users using this app regarding the change. Is this possible?

Go to advanced search