|
POST
|
Tim, the latest Runtime version is 100.7 comes with AppStudio 4.2, you can check them in AppStudio by checking in the About page.
... View more
04-24-2020
09:52 AM
|
0
|
10
|
3144
|
|
POST
|
Gilroy, Using Basic runtime license is what you need to do editing. And "developer license" can do everything, I don't think this is related to licensing then. Regarding the issue with editing the MapServer instead of the FeatureServer, it is a weird issue, it should not happen. How old is the feature layer? What is the version of the ArcGIS Server or Enterprise it is running on? Are you at liberty to share the feature layer for us to test it in-house? If not, this looks like something that Esri Technical Support can help with and troubleshoot it further. Thank you, Erwin.
... View more
04-23-2020
04:54 PM
|
0
|
2
|
4391
|
|
POST
|
There is no such thing as time limit for public access to the Feature Layer, there is a chance that the Quick Report template has not updated the changes that you made to the Feature Layer. Once you have set the feature layer to Quick Report template, and run the quick report template, it keeps the local copy of the feature layer schema. So if you make changes to the feature layer, it needs to refresh the schema inside the Quick Report app by going to Menu -> Settings > Reset
... View more
04-23-2020
03:27 PM
|
2
|
2
|
3211
|
|
POST
|
Gilroy, I see, there is a chance that this could be related to ArcGIS Runtime License. What Runtime license are you using in your app when running using AppRun in your desktop? When running the app inside the AppStudio Player, can you check the Runtime License setting set on the App Setting? Note: You need to enable "Developer Mode" to enable the Runtime license setting. Thank you, Erwin
... View more
04-23-2020
12:39 PM
|
0
|
4
|
4391
|
|
POST
|
Balanmurugan, Are you running Local Make or Cloud Make? It looks like you are running Local Make. If so, can you try running Cloud Make? It looks like you are trying to show us two separate issues: - From the first screenshot regarding the build error, it is possible that the provisioning profile and p12 files were not imported correctly, did you follow the steps here? Sign your app—AppStudio for ArcGIS | Documentation - And also regarding the last screenshot in xcode, the screenshot is not very clear, but it looks like it is for a crash issue when deploying the app to a device, correct? We need to see better screenshots, as the log messages in the screenshot are not clear. Thank you, Erwin
... View more
04-22-2020
07:41 PM
|
0
|
0
|
966
|
|
POST
|
Gilroy, Is this a custom app or one of AppStudio templates? Technically, it should not, for editing and feature interaction, it should access the feature service, and for displaying on the map it should use map service. Maybe you are using both in your app? Are they from different ArcGIS Server and/or have different security access? Maybe if you can share some snippets of the code so that we can see what's wrong. Erwin
... View more
04-22-2020
12:49 PM
|
0
|
7
|
4391
|
|
POST
|
After going through the documentation from ArcGIS Runtime SDK for Qt regarding LocatorTask and SuggestParameter, I don't see any way to control that from the code. This could be a limitation in ArcGIS Runtime or there may be something we can do in ArcGIS Pro to enable this on the Locator. I am including ArcGIS Runtime SDK for Qt and ArcGIS Pro to see anyone in this group who can help clarify this.
... View more
04-09-2020
02:16 PM
|
0
|
1
|
3144
|
|
POST
|
My apologies, the correct appinfo.json value to disable iPad Multitasking is below (they case sensitive), I will update the original post. "display": {
"ios": {
"windowMode": "fullscreen"
}
}
... View more
04-08-2020
07:53 PM
|
0
|
0
|
1448
|
|
POST
|
Jorge, With AppStudio 4.2, iPad Multitasking is enabled by default. With that being said, if iPad Multitasking is enabled, all four orientations need to be supported in the app. Based on the screenshot you provided, it looks like your app has landscape options disabled. Please enable all four orientations if you want to enable iPad Multitasking. But if you don't want or intend to have iPad Multitasking enabled, you can set display.ios.windowsMode to "fullscreen" in appinfo.json "display": {
"ios": {
"windowMode": "fullscreen"
}
} Thank you, Erwin
... View more
04-07-2020
06:38 PM
|
0
|
2
|
1448
|
|
POST
|
Yes, you could just place the file in the folder where the app has access and read from it directly. So you were not able to make this work using your own MMPK and TPK? Did my sample work? I included the TPK and MMPK that you can download from ArcGIS Online.
... View more
04-06-2020
05:05 PM
|
0
|
0
|
2916
|
|
POST
|
Zack, I don't think offline map has anything to do with this. I think it is a secured feature layer. We support non-public feature layer in Quick Report. How is the organization being secured, OAuth, SAML, or IWA? I feel like it would be hard for us to troubleshoot this here, I would recommend calling Esri Technical Support, so that we can help you troubleshoot this further. Thank you, Erwin.
... View more
04-06-2020
10:18 AM
|
0
|
1
|
3211
|
|
POST
|
Brent, Out of the box, Quick Report only supports Webmap from ArcGIS Online, if you want to use the Webmap from ArcGIS Enterprise, please replace the code on QuickReportApp.qml line ~66, replace the ArcGIS Online URL with the Portal URL. Thank you, Erwin
... View more
04-03-2020
10:27 AM
|
0
|
0
|
912
|
|
POST
|
Tim, Nakul Manocha and I tried this workflow you mentioned where we have both MMPK and TPK in an offline map. Mervyn Lotter is correct where we need to make sure to use the spatial reference for both MMPK and TPK This is the TPK (https://www.arcgis.com/home/item.html?id=3f1bbf0ec70b409a975f5c91f363fe7d ) and MMPK (https://www.arcgis.com/home/item.html?id=3453c82cf36149faa3e609e0dcbc3b95 ) that we used. They are both in 4326. We modified the "Open Mobile Map (mmpk)" sample in AppStudio Desktop, where we were able to hide the default basemap in the MMPK and append an external TPK as basemap baselayer to the map. This modification is done in samples/MMPK.qml Thank you, Erwin & Nakul.
... View more
04-02-2020
02:12 PM
|
0
|
2
|
2916
|
|
POST
|
I think for Portal, you would need to publish them on your own, and you would know the URL.https://enterprise.arcgis.com/en/portal/10.4/use/publish-tiles.htm This is more of a concept, where tiledbasemap.arcgis.com is not a public item and requires ArcGIS Online credentials, and you would need Portal credentials to access non-public items from Portal.
... View more
04-02-2020
10:35 AM
|
0
|
0
|
2181
|
|
POST
|
Zachary, Can you give a little bit more information about the Quick Report app that you built? So that maybe we can try to reproduce the issue. A couple of screenshots would also be helpful. From the error, 498 - invalid token, it looks like you may be using non-public feature layer(s) and not using the correct credentials to access them. Thank you, Erwin
... View more
04-01-2020
09:35 AM
|
0
|
3
|
3211
|
| 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
|