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

sql - VB.NET Operand type clash: date is incompatible with int error -

SVG stroke-linecap doesn't work for circles in Firefox? -

python - TypeError: Scalar value for argument 'color' is not numeric in openCV -