POST
|
Yes, unfortunately it will be build against Runtime 100.5. But Runtimes are backward compatible. So your functionality won't get affected. This issue mainly about a bug which got addressed in 100.5. Hence it got exposed in Map Viewer. Another way out is that you can do a Local Make of your app which requires full Qt license. Thanks, Nakul
... View more
04-24-2019
08:16 AM
|
0
|
1
|
1040
|
POST
|
Hi Ronnie, Yes, you are correct. This issue has been addressed in the Runtime 100.5 (which got shipped with AppStudio 3.3). Basically, this line is not required at all in the code and should be removed. As in MapViewer we are creating Legends manually to have a better control on which layers to show. In 100.5 Runtime you cannot have both auto Legend creation and manual creation as it leads to a crash. This is more of an internal change. Infact, MapViewer Map control shouldn't have this line at the first place. Initially, template was written to have an automatic legend creation and in the subsequent version I believe (3.0) the manual creation of Legend was added. Hence, you should remove that line. It was addressed in the blog below https://community.esri.com/groups/appstudio/blog/2019/03/01/what-s-new-in-templates-for-appstudio-33-beta I hope this helps. Thanks, Nakul
... View more
04-23-2019
08:33 AM
|
3
|
4
|
1040
|
POST
|
Hi there, We are currently getting ready for AppStudio 3.3 release (available hopefully tomorrow). The cloud factory has already been updated for AppStudio 3.3 and it supports Runtime 100.5. So I am not sure if that is causing the issue. Could you please test your app within the AppStudio Player 3.3 (beta) which can found in Google play store? If the problem still persists please log an issue with the technical support. Note:- You need to join AppStudio Player beta in google play store to download the 3.3 app version otherwise you will get 3.2. Thanks, Nakul
... View more
04-17-2019
05:26 PM
|
0
|
2
|
370
|
POST
|
Please log the issue in the Runtime iOS thread https://community.esri.com/community/developers/native-app-developers/arcgis-runtime-sdk-for-ios/content
... View more
04-16-2019
02:34 PM
|
0
|
0
|
902
|
POST
|
Thanks for the reply. Couple of things I would suggest you. 1) Make sure you are logging in using https instead of http. It shows within the Sign in popup or under Manage portals. 2) Close AppStudio. Go to C:\Users\<user>\AppData\Roaming\ESRI and rename the AppStudio.ini file. Run the AppStudio again. 3) Still having trouble.. Please uninstall and reinstall the AppStudio. You won't loose any apps. If it still doesn't work. Please contact Esri Technical support and log an issue. This requires further troubleshooting as I am unable to reproduce the issue using both 3.3 or 3.1 version. They will be able to help you guide through the troubleshooting process. Nakul
... View more
04-09-2019
08:37 AM
|
0
|
1
|
1206
|
POST
|
Web hooks have been discussed before on how to set up in a Quick report template which is an AppStudio app https://community.esri.com/thread/192368-send-email-from-quick-report-app-when-user-clicks-submit-button
... View more
04-08-2019
03:30 PM
|
0
|
0
|
504
|
POST
|
1. Have you previously able to log in successfully? 2. Are you using an Organization account? 3) Any errors are you getting? 4) Can you please try to log in to AppStudio Player? 5) What version? Platform?
... View more
04-05-2019
03:55 PM
|
0
|
3
|
1206
|
BLOG
|
SAML is supported. However, PKI is currently not supported. Please log a support issue if you are still interested in PKI authentication. To learn more about it take a look at the recent blogs https://www.esri.com/arcgis-blog/products/apps/announcements/whats-new-in-arcgis-companion-2-1-feb-2019/ https://www.esri.com/arcgis-blog/products/apps/announcements/whats-new-in-arcgis-companion-2-2-mar-2019/
... View more
03-28-2019
01:19 PM
|
0
|
0
|
882
|
POST
|
Not sure what do you mean by "doesn't appear on the app". Are you consuming a webmap and the feature layer is part of that webmap? If yes then just edit the web map in ArcGIS Online and remove the layer. It should be enough. If you still want to delete the Feature layer you could do that in ArcGIS Online provided its an hosted Feature layer. However, that may affect how the app behaves when the feature layer is not found if you are adding that feature layer directly on the Map and not using webmap. Nakul
... View more
03-27-2019
04:32 PM
|
0
|
0
|
311
|
BLOG
|
ArcGIS Companion v2.2 has just been released. We have added several exciting new features and improvements to the app, including Support for ArcGIS Enterprise 10.7, Assign add-on licenses for ArcGIS Pro when adding and inviting members and more. To learn more about it checkout the ArcGIS blog
... View more
03-20-2019
12:28 PM
|
0
|
0
|
947
|
POST
|
Could you please log this as an issue with the Esri technical support for us to follow up? Thank you. Nakul
... View more
03-20-2019
12:21 PM
|
0
|
0
|
982
|
POST
|
Hi there, So if I understand correctly, you are looking to open a word document from Companion in a word editor. Even better if it opens in a Microsoft word app for iOS. Please log this with Support as an enhancement request. Thanks, Nakul
... View more
03-20-2019
12:20 PM
|
0
|
1
|
852
|
POST
|
Hi Hilary, This functionality is not available as yet. Please log a support ticket as an enhancement request. Thank you. Nakul
... View more
03-20-2019
12:09 PM
|
0
|
0
|
491
|
BLOG
|
Templates downloaded from AppStudio desktop have been updated to work with the AppStudio 3.3 beta. The AppStudio website will be updated when version 3.3 goes final. These updates include: Quick Report supports multiple feature layers All templates now supports Qt 5.12 Support for Hindi language for all templates Bug fixes and minor UI improvements Quick Report Quick Report now supports multiple feature layers (configurable with AppStudio Desktop only) from a single feature service in the template. This has been one of the top enhancement requests over the past year. When configuring multiple feature layers, you can now have a mix and match of different geometry types. For example, you can configure one or more point feature layers, polyline and/or polygon feature layers in the same app while allowing end users to collect desired field data across different layers or geometries on the fly. How to configure multiple feature layers? - First, you need to configure multiple feature layer IDs in the AppStudio desktop template app Settings. E.g. in the wildfire feature service (currently the default feature service for the template) if you want to include all three layers, you need to add the Layer IDs as “0,1,2” in the AppStudio Desktop > Settings > Form > Layer IDs of the feature service field (see screenshot below). When you run the app, you will see a new Report Galley page (see screenshot below), which includes the configured feature layer options in it. You are allowed to add as many layer IDs as you want as long as they are hosted under the same feature service. This will work with both secured and public feature services. Known issues – If you experience crash right after submitting the report in your existing Quick report application based on version 3.2 template or before, please update your app using the Quick Report 3.3 template code. Map Viewer Bug fixes and enhancements Known issues – If you experience crash when accessing web maps in your existing Map Viewer application within the latest AppStudio 3.3 Desktop or Player, please update your app using the Map Viewer 3.3 template code. As this issue has been fixed. Map Tour Number of bug fixes and small improvements have been made under the hood. Please feel free to test and provide your feedback through the GeoNet or emailing the team at appstudiofeedback@esri.com. Become an AppStudio for ArcGIS developer! Watch this video on how to sign up for a free trial. Follow us on Twitter @AppStudioArcGIS to keep up-to-date on the latest information and let us know about your creations built using AppStudio to be featured in the AppStudio Showcase. The AppStudio team periodically host workshops and webinars; please click on this link to leave your email if you are interested in information regarding AppStudio events.
... View more
03-01-2019
11:35 AM
|
0
|
0
|
1208
|
BLOG
|
ArcGIS Companion v2.1 has just been released. We have added several exciting new features and improvements to the app, including support for ArcGIS Enterprise 10.6 (or later) and new options for administrators. To learn more about it checkout the ArcGIS blog In case you missed our previous update announcements here is the list v1.4 release - What’s new in ArcGIS Companion 1.4 (December 2018) v1.3 release - What’s new in ArcGIS Companion 1.3 (October 2018) v1.2 release - Whats new with ArcGIS Companion 1.2 (September 2018) v1.1 release - https://community.esri.com/community/arcgis-companion/blog/2018/08/21/whats-new-in-version-11
... View more
02-08-2019
01:53 PM
|
2
|
0
|
941
|
Title | Kudos | Posted |
---|---|---|
1 | 11-30-2022 08:20 AM | |
1 | 06-06-2017 09:24 AM | |
1 | 11-19-2019 05:32 PM | |
1 | 09-29-2017 04:37 PM | |
1 | 12-20-2017 11:02 AM |
Online Status |
Offline
|
Date Last Visited |
04-25-2024
09:00 PM
|