aerogear / aerogear-android-sdk

AeroGear Services Android SDK
Apache License 2.0
8 stars 31 forks source link

Cannot use Auth SDK #277

Open wtrocki opened 6 years ago

wtrocki commented 6 years ago

Expected Behavior

Code compiles

Actual Behavior

Error:

Attribute data@scheme at AndroidManifest.xml requires a placeholder substitution but no value for <appAuthRedirectScheme> is provided. *

Steps to Reproduce the Problem

  1. Follow documentation on https://docs.aerogear.org/aerogear/latest/identity-management.html

Specifications

wtrocki commented 6 years ago

Our SDK is using hardcoded value: https://github.com/aerogear/aerogear-android-sdk/blob/master/auth/build.gradle#L11

wtrocki commented 6 years ago

https://github.com/aerogear/aerogear-android-sdk/pull/278

trepel commented 6 years ago

@wtrocki I have noticed that with the change from #278 the task :auth:processDebugAndroidTestManifest is not working anymore. Not sure if this is an issue or not.

wtrocki commented 6 years ago

@trepel Yes.. Actually this was put there only for purpose of the tests/local development but was crashing production usages. I have restored that to placeholder now in https://github.com/aerogear/aerogear-android-sdk/pull/283 After this is going to be merged everything should be back to normal.

trepel commented 6 years ago

ack @wtrocki , thanks for info.