Skip to content Skip to sidebar Skip to footer

Windows Azure Authentication Provider Is Not Enabled

I'm developing an Android app with eclipse and using the Windows Azure Mobile Services as a BaaS and when I try to use authentication provider (of Google or Microsoft) from Android

Solution 1:

I finally figured out the problem! :P

There was a missing configuration line in AndroidManifest.xml file which was the following:

<uses-permissionandroid:name="android.permission.INTERNET" />

I don't know how this happened, but maybe I removed without noticing it. Thanks Akhilesh Mani for the attempt on helping me. But it is helpful anyway. ;)

Post a Comment for "Windows Azure Authentication Provider Is Not Enabled"