Handling Runtime permissions for mobile apps on meteor

Hey All

I recently had some trouble setting up runtime permissions with my Meteor hybrid app on Android, specifically with Marshmallow, the solution is pretty straight-forward, but it does require a bit of doing.

I’ve noted down my experience here on medium: https://medium.com/@pushplaybang/handling-android-marshmallow-run-time-permissions-in-hybrid-mobile-apps-1974c68cc9fb#.n8ru42suv

If you’re planning to run your app on the latest version of Android this will be essential, if anyone’s got another approach I’d love to hear about it.

Hope this helps anyone else building hybrid mobile apps.