stormpath-sdk-android icon indicating copy to clipboard operation
stormpath-sdk-android copied to clipboard

Android library for Stormpath

Results 13 stormpath-sdk-android issues
Sort by recently updated
recently updated
newest added

Updating readme with links to Okta + Stormpath news

in progress

My project defines this line in gradle: `compile 'com.android.support:appcompat-v7:25.1.0'` When the support dependency is 25 or higher, Stormpath will crash when trying to launch a Chrome CustomTab. It works fine...

It seems that Strompath SDK uses com.squareup.okhttp3:okhttp:3.1.2 which happens to be a problem if I also use retrofit. This is the log I get: `E/AndroidRuntime: FATAL EXCEPTION: Stormpath Http Dispatcher...

In Android show message "There was an unexpected error, please try again later." but on dashboard account already exist. This is my code: RegistrationForm registrationData = new RegistrationForm(MyPreference.getUserEmail(context), password); registrationData.setGivenName(MyPreference.getFirstName(context))...

Docs should specify that `-dontwarn okio.**` need to be added to the `proguard-rules.pro` file when building the apk

This is generally only an issue with incremental builds with AS instant run. There is the helper method `Stormpath.isInitialized()` but a better solution may be to initialize Stormpath in the...

Several ways to store encrypted keys in android. Gets more secure in newer versions, conditionally add this logic for storing the refresh tokens.

in progress

- [x] Facebook - [x] Google - [ ] Github - [ ] LinkedIn