Push notifications and SQLite updates
Posted: Sun May 15, 2016 4:12 pm
Dear all,
I'm about to start work on a mobile app for a local fitness trainer.
It's a small-scale outfit and they don't want to have to manage a website and database as such, so I'm going to equip the app with a local SQLite database, containing the times and locations of fitness sessions, which happen on a weekly basis.
I would like to give instructors the means to push messages to the app in the event of a class being cancelled due to traffic or illness.
Can anyone point me to a way to achieve this?
Also, if the general timetable should change, is there a way to push changes to the SQLite database without the need for a complete app update?
Thanks in advance,
Pete
I'm about to start work on a mobile app for a local fitness trainer.
It's a small-scale outfit and they don't want to have to manage a website and database as such, so I'm going to equip the app with a local SQLite database, containing the times and locations of fitness sessions, which happen on a weekly basis.
I would like to give instructors the means to push messages to the app in the event of a class being cancelled due to traffic or illness.
Can anyone point me to a way to achieve this?
Also, if the general timetable should change, is there a way to push changes to the SQLite database without the need for a complete app update?
Thanks in advance,
Pete