Skip to content

jf990/iOS-QuartzSecurity

Repository files navigation

iOS-QuartzSecurity

An iOS app demonstrating how to use Quartz runtime authentication services.

Project Purpose

The goal here is to demonstrate the usage of the main authentication services:

In order to do this we need a developers account on ArcGIS for Developers.

To get started for the first time, follow the iOS Quartz SDK setup instructions.

App Open Issues

There are a few outstanding issues with this app, to be solved before we finalize the tutorial:

  • We need a way to accurately manage the users logged in state. I think any time a login completes (either success or failure) then a callback should be made. For example, AuthenticationManager:didCompleteAuthenticationChallenge(challenge, error)

  • I receive error 499 while attempting to access a private item and I am not logged in. This should trigger a login.

  • I receive error -999 when attempting to access a private item and I am not logged in. Says "cancelled" but I didn't cancel it.'"

  • I receive error 8 on a private item, that may be a layer and not a map. This may be OK but I need to check it.

  • There are no items on my account - yet I have items. I need to figure out how to get AGSPortal.findItemsWithQueryParams to work.

About

An iOS app demonstrating how to use Quartz runtime security services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages