ios - Parse push notifications when data changes -


this general question design direction. working on weather app right now, have user accounts, weather data web server. able retrieve weather app , post these data in parse. want if temperature out of range, send push notification app. question how can receive notification when app not running or running in background? thoughts, directions, keywords appreciated. thanks!

you need use parse cloud code, send push notification when server notified change. 1 way can think of schedule job (look @ console - core -> jobs) run let's every hour , check temperature , send push if meets 1 of conditions.

good luck


Comments

Popular posts from this blog

android - Why am I getting the message 'Youractivity.java is not an activity subclass or alias' -

Making Empty C++ Project: General exception (Exception from HRESULT:0x80131500) Visual Studio Community 2015 -

How to fix java warning for "The value of the local variable is not used " -