Push notification : what is the best strategy ?

Getting into LiveCode for iOS? Ask your questions here.

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
fpierron
Posts: 56
Joined: Thu Dec 16, 2010 11:12 am
Contact:

Push notification : what is the best strategy ?

Post by fpierron » Mon Sep 12, 2011 9:29 am

Hello,

I need to update every week the content of the iPhone App that I am building.

1/ Is it possible to update the app "backstage" = when the app is installed but the user do not use it ?

2/ Is there a way to have a icon for notification such as the red circle notification when the app has new content to present ?

3/ what is the best strategy to update the content ? I have design this :
a) when the app is launched, I bump the server to get new content.
b) if the server says "yes, there's new content", I download it

ok, but how to send a notification to tell the user that he has to launch the app to get new content ?

Sorry if I am not clear.

Frédéric

Mark
Livecode Opensource Backer
Livecode Opensource Backer
Posts: 5150
Joined: Thu Feb 23, 2006 9:24 pm
Contact:

Re: Push notification : what is the best strategy ?

Post by Mark » Mon Sep 12, 2011 10:58 am

Hi Frédéric,

Contact me off-list (e.g. through my website) and I'll have a solution to set badges for you.

Kind regards,

Mark
The biggest LiveCode group on Facebook: https://www.facebook.com/groups/livecode.developers
The book "Programming LiveCode for the Real Beginner"! Get it here! http://tinyurl.com/book-livecode

Post Reply