|
POST
|
Jaguar, That is weird, what version of AppStudio are you running and what is the version of iOS are you running? I just tested this using out of the box Quick Report, and I was able to install it. However, I have signed this IPA using our Enterprise Developer certificate, and then I can side-load and install the IPA file to the iOS devices. What certificate did you sign this .IPA file with? Normally for this type of deployment, you need an enterprise and a developer certificate, to be able to download and side-load the IPA file to your iOS devices. And then you need to manually trust that enterprise developer certificate on your iOS devices, Install custom enterprise apps on iOS - Apple Support Thank you, Erwin
... View more
09-01-2020
09:17 AM
|
1
|
2
|
1559
|
|
POST
|
Hello, This can easily be done by calling Qt.openUrlExternally(target). Qt QML Type | Qt QML 5.15.0 . You need to know the URL Scheme or App link for the target application. For example to open Survey123 field app, based on this doc, Integrate with other apps—ArcGIS Survey123 | Documentation Using URL Scheme, Qt.openUrlExternally(arcgis-survey123://?itemID=89bc8c7844e548e09baa3aad4695e78b); Using App Links, Qt.openUrlExternally(https://survey123.arcgis.app/?itemID=36ff9e8c13e042a58cfce4ad87f55d19); If you are going to use URL Scheme to open another app from your custom AppStudio app, you need to specify the target URL Scheme in the setting of your app, in AppStudio Desktop. Settings->Advanced->Launch URL Schemes Thank you, Erwin.
... View more
09-01-2020
09:05 AM
|
0
|
2
|
2402
|
|
POST
|
Truptimayee, You should take a look at our Camera Dialog sample that is available in AppStudio 4.3, currently in Beta, https://community.esri.com/groups/appstudio/blog/2020/07/13/introducing-arcgis-appstudio-43-beta. This sample shows you how to take photos, and show the result of the photo in QML elements. And for putting in a grid, you can combine it from the sample from Qt documentation regarding Grid, this is a good sample, gridview-example.qml Example File | Qt Quick 5.12.9 and this is the documentation on Grid, GridView QML Type | Qt Quick 5.15.0 . I hope this is useful, Erwin.
... View more
08-26-2020
03:27 PM
|
0
|
0
|
1152
|
|
POST
|
Alex, I want to follow up request this question, I think this feature is already added on Quick Report on AppStudio 4.2 and above. I tested this using this feature layer, https://services1.arcgis.com/JXBurs0uwQlwOiHt/arcgis/rest/services/TURT3/FeatureServer/0 , that has required fields, Date and Country (nullable: false). Thank you, Erwin
... View more
08-25-2020
02:59 PM
|
0
|
0
|
2347
|
|
POST
|
Did you login and download it from the Early Adopter Community website? AppStudio for ArcGIS Then go to Software Download, on the left menu, then download it depending on your platform.
... View more
08-19-2020
10:54 AM
|
0
|
0
|
1148
|
|
POST
|
Rajni, ArcGIS Runtime SDK for Qt version 100.8 is currently available in AppStudio 4.3 Beta that is available to the public in Early Adopter Community, here the blog on the details on how to download AppStudio 4.3 Beta, https://community.esri.com/groups/appstudio/blog/2020/07/13/introducing-arcgis-appstudio-43-beta Thank you, Erwin.
... View more
08-18-2020
10:31 AM
|
0
|
2
|
1148
|
|
POST
|
Jaguar, Yes, if you are using Quick Report template version 4.2, this may have something to do with GlobalID, or rather lack thereof. If you think you can not add GlobalID to your feature layer, you can make this change to the code in QuickReport/QuickReportApp.qml around line 1211 inside the function submitReport() to remove the first 3 lines to try to submit report with GlobalID, as shown in the screenshot below. I hope this is helpful, Erwin
... View more
08-10-2020
01:56 PM
|
1
|
0
|
1691
|
|
POST
|
Balamurugan, Please take a look at this doc on the list of parameters that can be used to customize how the field app is opened from other app using app links or deep links (URL scheme), Integrate with other apps—ArcGIS Survey123 | Documentation, there is a new parameter, "action=edit" that would let you specify how the survey is opened, in this case, edit mode. And vice versa, you can also call other apps from survey123 using app links or deep links (URL scheme) whichever the other app supports. Many apps can be opened through links. You can create a URL that opens another app and insert it into your survey. These apps can also accept custom parameters in their URLs in the same way as Survey123. Please look at the above doc link (under "Link to other apps from Survey123" section). All of the above are supported in the out of the box Survey123 3.10 and can be done without customizing the Survey123 field in AppStudio, if you are calling other apps using app links. But if you are calling other apps using the deep link (URL scheme) that are not listed in the above doc link (under "Link to other apps from Survey123" section), you would need to customize the Survey123 app using AppStudio and add (whitelist) the url-scheme of the app(s) that you want to call in AppStudio for it to work in iOS. To do this, you can do to Settings of the app, under Advanced> Launch URL Schemes, you need to add the URL in that comma-separated list. I hope this is helpful, Erwin.
... View more
08-10-2020
10:19 AM
|
2
|
0
|
3356
|
|
POST
|
Garrett, Oh yes, I think the code that is in the "control" folder or similar to it, can be copied and pasted from one to another template since they are very compartmentalized. Let's say you copying portion of the UI from MapViewer page, and that UI uses the "library" from the control folder, and yes you can copy it. I often do this myself too. I am glad you are progressing along, putting one foot in front of another. Thank you, Erwin.
... View more
07-30-2020
03:27 PM
|
0
|
0
|
1955
|
|
POST
|
I am going to tag ArcGIS Runtime SDK for Qt to see if anyone in that group knows the json format to create Polygon. I think this must be related to how the json is supposed to be formatted.
... View more
07-30-2020
09:41 AM
|
1
|
2
|
1738
|
|
POST
|
I think that is correct, you could probably re-use the Portal and Credential object that you already have. Tagging ArcGIS Runtime SDK for Qt to see if there is a better way to solve this.
... View more
07-30-2020
08:46 AM
|
1
|
0
|
1202
|
|
POST
|
Hello K E, I just want to follow up on this question, based on your feedback, we have added this functionality in Quick Report template 4.3, please see this blog post for more details and how to download AppStudio 4.3 Beta, https://community.esri.com/groups/appstudio/blog/2020/07/13/introducing-arcgis-appstudio-43-beta Thank you, Erwin
... View more
07-27-2020
09:06 AM
|
1
|
0
|
2624
|
|
POST
|
Hello Gisborne, I just want to follow up on this question, based on your feedback, we have added this functionality in Quick Report template 4.3, please see this blog post for more details and how to download AppStudio 4.3 Beta, https://community.esri.com/groups/appstudio/blog/2020/07/13/introducing-arcgis-appstudio-43-beta Thank you, Erwin
... View more
07-27-2020
09:05 AM
|
0
|
0
|
2363
|
|
POST
|
Orlo, Yes, this is added in Quick Report template 4.3 Beta, please see this blog post for more details and how to download the AppStudio 4.3 Beta. https://community.esri.com/groups/appstudio/blog/2020/07/13/introducing-arcgis-appstudio-43-beta Thank you, Erwin
... View more
07-27-2020
09:03 AM
|
0
|
0
|
4627
|
|
POST
|
As stated on the comment of the code, we are following this Facebook Developers doc, Manually Build a Login Flow - Facebook Login - Documentation - Facebook for Developers I think in there, there is further documentation on getting user information, etc.
... View more
07-23-2020
10:12 AM
|
0
|
0
|
1450
|
| 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
|