Hi, could I know either if there is a way to disable the authentication dialog box for the sample in navigate in AR. Is there a way to make use of code to use the sample without logging with arcgis account even thought I do have one.
Hi,
You can disable the default authentication handler dialog in the sample by commenting this line here,https://github.com/Esri/arcgis-runtime-samples-android/blob/main/java/navigate-in-ar/src/main/java/com/esri/arcgisruntime/sample/navigateinar/MainActivity.java#L118If you disable the default authentication handler, then you need to explicitly pass in the required credentials to access the secured services you use in the sample.ThanksRama
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.