Esri / data-collection-ios

Mobile data collection app using the iOS Runtime SDK.
https://developers.arcgis.com/
Apache License 2.0
25 stars 26 forks source link

Forcibly removes credentials from geo-coder services. #119

Closed esreli closed 6 years ago

esreli commented 6 years ago

In case the services cache the previously used credentials. Now, with the geo-coder, we can guarantee the SDK to prompt for credentials when the user is not authenticated.

This can be tested following these steps:

  1. Launch App (using Trees of Portland).
  2. Log-in.
  3. Add new Tree Feature. (App should not prompt for authentication)
  4. Log-out
  5. Add new Tree Feature. (App should prompt for authentication)