DanMorganiOS

Results 2 comments of DanMorganiOS

In marshmallow (API 23+) you need to request permissions explicitly and listen in for when they accept the permission before using any API that requires it. You need to take...

This causes a watchdog crash to occur on the app I'm working on. We are starting/closing our connection on `applicationWillEnterForeground` and `applicationDidEnterBackground`. I assume this was set up this way...