I Have 4 apps backed by Parse.com live on PlayStore having 5+ million user base. When Parse.com decided to shut down their support we have migrated our backend to Heroku successfully and rolled out updates for apps (More updates, more % of migration). There are still plenty of users who are using the older version of apps(not update their app having Heroku integrated)
Now the Parse.com shutdown coming closer(28 Jan 2017) and we want to simulate actual disaster which will give us the cases of the users who use the app after parse.com shuts down.
Any suggestions will be appreciated, Thanks in advance.
Hopefully this helps, but this is what we have done to simulate a shutdown:
https://api.parse.com/1/
to a web application on our local network that always returns HTTP 500 and/or HTTP 4xx. In addition, and importantly, we test SSL certificate failures as well (we used CloudFlare for this).If you can't setup a local proxy but are using the newest Parse SDK, you could always change the Parse server url you are utilizing in your code to a machine available in the network or using an ngrok tunnel that returns those error codes.
According to Facebook, Android users on average take about ~80 days to upgrade to the latest version of your app, iOS about ~40 days. It is always a good idea to implement a 'force upgrade' feature on your application in the event you ever need to use it, which a Parse.com shutdown scenario seems fitting for it.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With