Can anyone help with a viable solution?
We are updating a fantasy football plugin that will be converting into mobile app and install in wordpress sites as well.
Update of plugin data (e.g. match outcomes)?
I want to centralize and be able to update the data for all who have the download the plugin and installed it on their website and all who have downloaded the mobile version of the plugin as an app on their mobile phone as well...
Issue #1
In case of plugin update:
No, updating the plugin via the WordPress servers would overwrite your customizations.
Issue #2
In case of data update:
How do I add functionality for syncing data?
Possible Solution?
For the plugin data to be automatically updated, two things must be done (as far as I can see now): data sync (table data from one server to another) and a recalculation of the ranking after the data sync is done.
Do you have any suggestions on how to achieve this?
Thank you.