Preparation for installing updates to an app

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
trags3
Posts: 432
Joined: Wed Apr 09, 2014 1:58 am

Preparation for installing updates to an app

Post by trags3 » Tue Mar 24, 2015 5:24 pm

Hi all.
I am working on an app that I have yet to submit to the app store. I anticipate future updates to add or refine some of the features of the app.
Can someone guide me as to what I need to have in the app to allow updates to purchased apps?
Is this what push notifications are for?

Thanks

Tom

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Preparation for installing updates to an app

Post by jacque » Wed Mar 25, 2015 5:29 pm

You don't need anything special. Just make the revisions, build the new app, and submit it to the App Store. Apple does all the notifications and updating for you.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

trags3
Posts: 432
Joined: Wed Apr 09, 2014 1:58 am

Re: Preparation for installing updates to an app

Post by trags3 » Wed Mar 25, 2015 5:54 pm

Jacque,
Thanks.
After some research I kind of thought that was the way it worked but I needed confirmation.

Tom

trags3
Posts: 432
Joined: Wed Apr 09, 2014 1:58 am

Re: Preparation for installing updates to an app

Post by trags3 » Fri Feb 05, 2016 2:15 pm

Hi Jacque
Do I need to check the "Push Notifications" box in the StandAlone settings?

What are Push Notifications?

Tom

jacque
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 7390
Joined: Sat Apr 08, 2006 8:31 pm
Contact:

Re: Preparation for installing updates to an app

Post by jacque » Fri Feb 05, 2016 7:08 pm

Push notifications are messages that are generated by an app and appear in the notification pane when there is information to display, like when an alarm goes off or new mail comes in. You don't need those.

Apple does all the work for you. Just build the app and don't worry about updates. When you upload a new version Apple will tell the user it's available and handle the download and replacement.
Jacqueline Landman Gay | jacque at hyperactivesw dot com
HyperActive Software | http://www.hyperactivesw.com

Post Reply