In my metro app,I am trying to get 2 permissions- one for location and other for lockscreen-presence .The problem is my app is asking both the permissions in separate threads at the start of the app and it does not give this error if I remove one of the
permissions.
The code in both the threads are independent so that shouldn't be a problem.