Will my app still work if Apperyio shuts down
Which parts of my app will not work if Apperyio decides to shut down and discontinue offering their services? Things such as database services and notifications will shut down, correct? How about things in the code, such as
pre
var r = Appery('box').val
/pre
will that continue to work? How can I make my application in a way so that if Appery decides to discontinue their services, I will still be able to use the app with minor changes. I'm mainly concerned with database, push notifications and actual parts of code.