|
POST
|
Cody, It is possible to do it in both inside Map Viewer template, I would recommend re-purposing or copying the current search places panel that we already have, and then add another input text fields as needed. The source for this panel is MapViewer/views/SearchPage.qml. Thank you, Erwin
... View more
01-31-2020
01:50 PM
|
0
|
5
|
2254
|
|
POST
|
Liz, The issue you are encountering might be related that the issue that Paul encounters, but Paul encounters this issue with a custom application built using AppStudio, in which I currently can not reproduce on my side. In what application are you encountering this issue? Login using social login (Google) in ArcGIS Pro? Thank you, Erwin.
... View more
01-29-2020
10:35 AM
|
0
|
2
|
2770
|
|
POST
|
Naufal, The default maximum number of results to be included in the search result set per response in ArcGIS Online or Enterprise is 100, so that is the maximum value. Here's the doc, see "num" request parameter, Search—ArcGIS REST API: Users, groups, and content | ArcGIS for Developers Thank you, Erwin
... View more
01-29-2020
10:02 AM
|
2
|
1
|
2776
|
|
POST
|
Paul, Can you share the third party website URL and reproducible steps? So that we can test. So far the same workflow still works if we login to the ArcGIS Online OAuth page, correct? I also tried loading the Google OAuth login page directly to the BrowserView and it is working on Windows 10 PC. browser.url = "https://accounts.google.com/o/oauth2/auth?scope=email%20profile&redirect_uri=urn:ietf:wg:oauth:2.0:oob:auto&response_type=code&client_id=xxxxxx-k1er45mckjk00ve6lu7c6kvmfm7o6ts1.apps.googleusercontent.com" Thank you, Erwin.
... View more
01-28-2020
05:00 PM
|
0
|
0
|
2770
|
|
POST
|
Paul, For the ArcGIS Runtime version, you can check by using calling ArcGISRuntimeEnvironment.version on the app, then when the app is running inside the Player, it will tell you the version of the ArcGIS Runtime that is installed on the Player. For the AppStudio Player version, you can check it by calling AppFramework.version on the app, that would tell the version of the AppStudio AppFramework that is installed inside the Player, which would correspond to the Player version. Erwin
... View more
01-28-2020
04:44 PM
|
0
|
0
|
1577
|
|
POST
|
Yes, I understand. You can keep everything you do with AppStudio in ArcGIS Online. The only thing you need from ArcGIS Enterprise (Portal) is the Client ID, since you are going to sign in in Map Viewer application to the Portal.
... View more
01-28-2020
09:24 AM
|
2
|
3
|
2776
|
|
POST
|
Ron, AppStudio is using QML for the user interface and Javascript for the application logic. Here's a good introduction video on developing GIS Apps using AppStudio, Building Native Cross-Platform Apps with AppStudio: An Introduction - YouTube We are also going to be having two days of Pre-Summit Hands-On Training before Esri Developer Summit on March 8-9, 2020. This is a perfect opportunity to learn about building GIS Apps using AppStudio. Pre-Summit Hands-On Training | 2020 Esri Developer Summit Thank you, Erwin.
... View more
01-27-2020
03:50 PM
|
0
|
0
|
1459
|
|
POST
|
Naufal, It is missing Client ID, that is required to login to ArcGIS Online or ArcGIS Enterprise. You can add this in the Setting > Licensing > ArcGIS Client ID. If you are going to have the end-users of the app login to ArcGIS Online, you just need to click Register on that settings, but if you are going to have them login to ArcGIS Enterprise, you would need to create an application inside the portal and copy the Client ID to the ArcGIS Client ID textbox. This is the doc on how to create an Application and get Client ID from ArcGIS Enterprise, Implementing App Login | ArcGIS for Developers Thank you, Erwin
... View more
01-27-2020
10:41 AM
|
2
|
5
|
2776
|
|
POST
|
Jorge, What AppStudio Desktop version did you use to make this build? Did you use Cloud Make to build the APK? Did you sign your APK with a store certificate when you build this using Cloud Make? ' The unsigned android build is referred to as debug APKs, when a certificate is not supplied, the APK gets automatically signed using a developer debug certificate available on the build machine, Google Play Store refers this APK as a debuggable APK. So you need to go to Settings > Platforms > Android > Sign Package. Sign your app—AppStudio for ArcGIS | Documentation Regarding the target API level, you can change this in the appinfo.json, the property is called deployment > android > targetSdkVersions. It looks like you have changed or set this value, you can either change it or if you just remove that property so that the Cloud Make service can take care of that automatically. Edit appinfo—AppStudio for ArcGIS | Documentation Thank you, Erwin
... View more
01-27-2020
10:34 AM
|
1
|
0
|
1962
|
|
POST
|
Priya, Can you elaborate on your question and issue a little bit more? Are you working with AppStudio for ArcGIS? Are you using AppStudio templates or custom app? Erwin.
... View more
01-24-2020
09:22 AM
|
0
|
0
|
1136
|
|
POST
|
Jorge, Unfortunately, if you are building IPA file using Cloud Make service, we don't have a way to add this key, ITSAppUsesNonExemptEncryption, to the plist today, AppStudio 4.1. The only way to do it today is if you do Local Make, then add this key to the plist manually. I am adding this as an enhancement to our internal issue system, but feel free to also contact Esri Technical Support to have an official enhancement created so that it can be tracked. Thank you, Erwin.
... View more
01-23-2020
03:11 PM
|
0
|
0
|
859
|
|
POST
|
Cody, If you choose to customize the Survey123 app, this will be your own app, different and separate from the Survey123 app from Esri, but they may behave very similar with differences in functionality or the branding depending on the customization. So, it really depends. Most people still follow the workflow or structure of the Survey123 app, but with added or removed functionalities depending on their needs. I know several people who have customized and added "map" to the Survey123 app, with their own business workflows added. One of the cool examples that are shared online is the one that was done by Esri Partners and AppStudio Power Users, Geodecisions, GeoDecisions-PennDOT’s Guide Rail Management App Thank you, Erwin
... View more
01-23-2020
10:32 AM
|
2
|
1
|
2131
|
|
POST
|
Cody, Before we talk about the differences, let's talk about the similarity. Both Quick Report and Survey123 are built with/powered by AppStudio for ArcGIS, and the source code of both apps is available in AppStudio Desktop. They are both used to do data collection to a feature layer. But there are major differences, Survey123 is a complete product, but the source code is shared in AppStudio Desktop for customers to customize it and Quick Report is a configurable template provided by AppStudio team, the configuration can be done in AppStudio Desktop, the source code is also available. Below is the product description from each website, feel free to look at each website and play around with the app. Survey123: Survey123 for ArcGIS | Create Smart Surveys & Forms for Data Collection Part of the Esri Geospatial Cloud, Survey123 for ArcGIS is a complete, form-centric solution for creating, sharing and analyzing surveys. Use it to create smart forms with skip logic, defaults, and support for multiple languages. Collect data via web or mobile devices, even when disconnected from the Internet. Analyze results quickly, and upload data securely for further analysis. Quick Report template: Configure Quick Report—AppStudio for ArcGIS | Documentation The Quick Report template is for creating citizen engagement apps that allow users to capture an observation and submit it to an online service. Can we do a MapViewer app with Survey123 built into it? Technically, yes! The source code for both apps, Map Viewer and Survey123 are available in AppStudio Desktop. You can start with Map Viewer, then customize and add Survey123 functionalities, or you can start with Survey123, then customize and add Map Viewer functionalities. I hope this is helpful, Erwin
... View more
01-23-2020
10:16 AM
|
2
|
3
|
2131
|
|
POST
|
Drew, You need to "reset" the app to get the latest changes from the feature layer fields. Side Menu > Settings > Reset. Thank you, Erwin
... View more
01-23-2020
09:21 AM
|
2
|
1
|
959
|
|
POST
|
Paul, You are correct, that is how you detect if an app is running inside AppStudio Player, and the correct one is AppFramework.typeOf(parent, true) === "Loader" as of AppStudio Player 4.1. Having a parent means that, this component is being loaded by a Loader, in this case, it is an AppStudio Player. Accessing parent.portal in an app that is running inside AppStudio Player should work and it was working in the previous version, but there is an issue with accessing the parent.portal in AppStudio Player 4.1, thank you for pointing it out! We are working on getting this fixed for AppStudio Player 4.2 that is scheduled for Dev Summit 2020. Feel free to submit an official bug with Esri Technical Support if you want to have it tracked. Thank you, Erwin.
... View more
01-17-2020
06:20 PM
|
0
|
2
|
1577
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-07-2020 01:26 PM | |
| 1 | 10-27-2020 10:33 AM | |
| 1 | 12-06-2021 10:36 AM | |
| 1 | 10-01-2021 12:53 PM | |
| 1 | 08-24-2021 06:15 PM |
| Online Status |
Offline
|
| Date Last Visited |
12-08-2021
03:08 PM
|