Closed yusmi25 closed 1 year ago
I edit the manifest :
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<intent-filter>
<action android:name="android.intent.action.VIEW" />
<category android:name="android.intent.category.DEFAULT" />
<category android:name="android.intent.category.BROWSABLE" />
<data android:scheme="stravaflutter" android:host="redirect" />
</intent-filter>
</activity>
but when I click Authorize, the app automatic restart and the authentication failed
I edit the manifest :
<intent-filter> <action android:name="android.intent.action.MAIN" /> <category android:name="android.intent.category.LAUNCHER" /> </intent-filter> <intent-filter> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="android.intent.category.BROWSABLE" /> <data android:scheme="stravaflutter" android:host="redirect" /> </intent-filter> </activity>
but when I click Authorize, the app automatic restart and the authentication failed
update: this error on android 10
Does anyone have an answer to this issue?
Thanks.
this should be fixed with the latest updates, please pull from the latest commit again
I get Problem When I load the request using the example
my Android Manifest :
`
` On Strava API "Authorization Callback Domain" ="redirect" Thank You.