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
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.