I was wondering if there was or if there is any plan to include push notification capabilities with Corona. Alternatively, is there any way to send the user a message at a certain time without the app being open (or even if the app is just running in the background).
Yeah, but if the app is closed or only running in the background, that won’t work correct? The app needs to be up and running to make an HTTP request right? Thanks for that suggestion though, I basically want to have a reminder notification like you would have in a to do application or an alarm application. Any suggestions? [import]uid: 14385 topic_id: 7853 reply_id: 28097[/import]
Hi,
Any update on Push Notifcations ? We desperatly need them : we have done a quick prototype of an app using Corona last week-end (was a startup-weekend, some of you may know the works: 48 hours to design and build a project form scratch), we won a price, now is time for industrialization of the App.
Either Push notifications may appear (is there anyway we can help you guys on that ? We’d be ready to spend free time on that …) soon, or we’ll have to code it back in good old XCode that we wanted to forget about ;).
Thanks,
Phil
Moving Player
Maker of Yslandia MMORPG [import]uid: 38495 topic_id: 7853 reply_id: 29291[/import]
i just thought of a possible workaround, tell me if this would work.
You could set up a server to send the user an email or text alert or something, and then the app will download the information when the user launches it.
does the Timer() continue to run while in background
Corona doesn’t support multi-tasking. I’m not sure iPhone even allows a background timer like that, but if so Corona doesn’t support that anyway.
native push is coming — adding game center makes push noti easier but still a bit tricky coding wise for corona so we can expose the same api if a similar push would exist for android
c [import]uid: 24 topic_id: 7853 reply_id: 29422[/import]
Thanks for your reply. Any chance to get a timeframe regarding this integration, just to know if I spend the next weeks enjoying the Riviera’s spring sun or I try to get tanned in front of my Mac ?
Cheers,
Phil [import]uid: 38495 topic_id: 7853 reply_id: 29441[/import]
Will push work for both iOS and Android? We have a proposal for an app that would need this. If it is coming soon enough we could look at doing it in Corona SDK.
If i can find something that’s functional to Apple’s push in Android, that meets our requirement yes.
[import]uid: 24 topic_id: 7853 reply_id: 29503[/import]
If i can find something that’s functional to Apple’s push in Android, that meets our requirement yes.
[import]uid: 24 topic_id: 7853 reply_id: 29504[/import]
As a follow up to my earlier suggestion of using text messages as a workaround for push notifications, here’s info on how to send texts from a web app: http://stackoverflow.com/questions/432944/sms-from-web-application [import]uid: 12108 topic_id: 7853 reply_id: 30683[/import]
There’s a LUA client library called “Verse” ( http://code.matthewwild.co.uk/verse ) which should do the trick, if expat were built into Corona. I’m happy to help out on the integration if you want.
@pradeep: Not sure why you thought this is the right place to post your question. I would point you to ask in the Newcomer’s Forum, but a question that broad can only be answered with “click Resources at the top of the page and read that.” [import]uid: 12108 topic_id: 7853 reply_id: 32007[/import]