Anubhav askedon {{::getFormatedLocalTime("2017-08-24T10:51:15.089Z", {without_time: true})}}
What all can be updated in a React Native app using OTA update services like Microsoft CodePush
We are planning on building a mobile app at CutShort which will complement our main website. We're going ahead with React Native for the first MVP of the app.Now the question is, what all can be updated Over The Air (using services like Microsoft Codepush, etc)?E.g If right now we don't ask for contacts access, google calendar access, etc. and deploy the app, and the sometime in the future we want to ask for those permissions and build a feature around it. Will we be able to build the feature and push it OTA or will the user have to update the app from the Play Store?
Depends on usecase...a typical notification provides some useful information to the user, who can then either dismiss it or act on it – usually by tapping the notification to launch the app associated with this notification. For example if you see a ‘You have a new message’ notification, then chances are that tapping it will launch an application where you can view the message you’ve just received.
Most of the time, this is all you need to worry about when you’re creating notifications – but what if you have something more specific in mind, such as a custom layout, or enhanced notifications that deliver extra functionality? Or maybe you’ve just finished testing your app and feel like its notifications are an area where you could improve the user experience.