You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to integrate IBM App ID in Android simple application. I followed the steps for integration listed in the repo README.
When I try to 'make' the peoject I get the following errors:
So is there a workaround to have the App ID correctly imported and used in my app or should I consider creating a pull requtest with update "AndroidManifest.xml" containing the 'android:exported' setting ?
The text was updated successfully, but these errors were encountered:
Hello,
I am trying to integrate IBM App ID in Android simple application. I followed the steps for integration listed in the repo README.
When I try to 'make' the peoject I get the following errors:
After some debugging found out that in the
https://github.com/ibm-cloud-security/appid-clientsdk-android/blob/master/app/src/main/AndroidManifest.xml
is missing the 'android:exported' setting.
So is there a workaround to have the App ID correctly imported and used in my app or should I consider creating a pull requtest with update "AndroidManifest.xml" containing the 'android:exported' setting ?
The text was updated successfully, but these errors were encountered: