-
Always error and white screen when using the Vector base map on 'ProMax' iPhone.
My dev device is an iPhone 15 ProMax with iOS 26. And the version for ArcGIS Swift SDK is 100.15.6. If I create a map with this code: AGSMap(basemapType: "StreetsVector", latitude: 42, longitude: -73, levelOfDetail: 5) An error always happens, and the map view will be white. Here is the error message: Printing description…
-
Add WMS Layer. Error 23. "Invalid XML"
Hi, In a sample app with just a single map, I am trying to load a WMS layer with the next parameters let wmsServiceURL = URL(string: "https://my_geoserver.com?version=1.1.0")! let wmsServiceLayerNames = ["my_layer_name"] // initialize the WMS layer with the service URL and uniquely identifying WMS layer names let wmsLayer…
-
Ios crash — EXC_BAD_ACCESS in Data_source_layer
Hello Esri team, I encountered a random crash in my iOS app using ArcGIS Runtime SDK. The crash log shows it happens inside esri::geomodel::Data_source_layer during destruction. Could you please help me identify the possible cause? Not sure what happen to crash this, the app crashes randomly after being open for a while.…
-
How to obtain dSYM file for ArcGIS.framework
Hello, I am uploading an iOS app to TestFlight that uses the ArcGIS Runtime SDK for iOS. I received this error during upload: The archive did not include a dSYM for the ArcGIS.framework with the UUIDs [A15E9813-DB01-31C5-9FBD-D9A344C80888] How can I obtain the matching dSYM file for this version of the ArcGIS.framework?…
-
Bitcode enabled in 100.15.x, not accepted by Xcode 16.x
Hi, when uploading an app that uses ArcGIS Runtime 100.15.x to the App Store through Xcode, you now get the following error: Invalid Executable. The executable 'appname.app/Frameworks/ArcGIS.framework/ArcGIS' contains bitcode. Invalid Executable. The executable 'appname.app/Frameworks/Runtimecore.framework/Runtimecore'…
-
InvalidArgumentError(details: "Mobile map directory path is not an empty directory.")
InvalidArgumentError(details: "Mobile map directory path is not an empty directory.") I am getting above error while try to load offline downloaded map below is the code snipet Folder structure Folder structure import SwiftUI import ArcGIS struct OfflineMapViewDetails: View { @State private var offlineMap: Map?…
-
Rest Services given error after upgrading ArcGIS Server from 10.9.1 to 11.3
I have an application named Al Murshid on App Store, developed using Xcode 16.4 & Swift 5.4 and ArcGIS SDK for iOS 100.x. It was running fine but now the GIS Services have been migrated from ArcGIS Server 10.9.1 to 11.3 . The application started giving problems. The details of the error is attached in pdf format. The…
-
SIGNAL 11 Segmentation fault: 11
We have been getting a lot of crashes since updating our app to 100.15.6 Exception Type: EXC_BAD_ACCESS (SIGSEGV) Exception Subtype: KERN_INVALID_ADDRESS at 0x0000000000000000 Exception Codes: 0x0000000000000001, 0x0000000000000000 VM Region Info: 0 is not in any region. Bytes before following region: 4301357056 REGION…
-
Can I display a callout without the leader on iOS?
Hi all, I am trying to have a customized map callout without the callout "leader" (as shown in below picture). In the runtime SDK for Java, we can achieve this by style.setLeaderLength(0);style.setLeaderWidth(0); However, in both 100 and 200 versions of SDK for iOS, I cannot find a way to do the same thing. Does anyone…
-
Accessing a field from a Map Server and populating UITableView
I am developing an application on Xcode 15.4 & Swift 5.4 using ArcGIS SDK for iOS. I am trying to access the below URL; https://services.gisqatar.org.qa/server/rest/services/Vector/MunicipalityE/MapServer/0 Extracting the ENAME field and populating a UITableView. This service contains only 8 Records but it takes more than…
-
Accessing a table through a hyperlink
I am developing an iOS app on Xcode 14.2 using Swift 5.7 and ArcGIS Runtime SDK for iOS 100.15. I am using a map service table as below https://services.gisqatar.org.qa/server/rest/services/Vector/QARS_Search/MapServer/6 I want to access the above table and read the value from fields "BUILDING_NO_SUBTYPE" and…
-
Sketch editor not receiving points with polygon selection mode
I have an existing app that currently uses .freehandPolygon as the creation mode for its sketch editor (100.15.2). I am trying to add .polygon as a new creation mode, but when I start the sketch editor with .polygon, I am unable to tap to create a new point. The map will zoom on double tap, but nothing happens when I…
-
Swift TravelMode Restrictions
I'm using ARCGIS 100.15. I'm trying to use travel mode restrictions by adding height and weight restrictions. In iOS it is not routing correctly and is routing over a bridge which violates the restrictions. I know the route is incorrect, because we also have an Android app with the exact same restrictions and the route on…
-
While trying to add a layer on top of basemap the basemap labels are appearing on top of the custom layer.
The client is trying to cover a specific area of the basemap with a customized shapefile and customized labels. The code works fine on the website, and the area is covered as expected. However, when he tries to run the code on an iOS or Android device, the labels overlap, and the basemap labels appear on top. Do you have…
-
App Freeze AGSMapViewCommon
We have been getting reports from our customers of our app freezing. The crash is from Watchdog shutting down the app. Can you please provide some guidance as to what might be causing this issue. The code in the app is not new, it has been running for several years. Here is a snippit of a crash report: Exception Type:…
-
App Freeze [AGSMapViewCommon setMap:]
Our customers are reporting that our app is freezing and then crashing. This seems to be happening with iOS 17.4 and 17.5. The crash reports are all from Watchdog terminating the app and are pointing to something in the Esri SDK referencing [AGSMapViewCommon setMap:]. Any thoughts on what could be causing the issue?…
-
App Freeze [AGSMapViewCommon setMap:]
Our customers are reporting that our app is freezing and then crashing. This seems to be happening with iOS 17.4 and 17.5. The crash reports are all from Watchdog terminating the app and are pointing to something in the Esri SDK referencing [AGSMapViewCommon setMap:]. Any thoughts on what could be causing the issue?…
-
ArcGIS SDK in IOS devices.
Which SDK can be use for ArcGIS maps in IOS devices "ArcGIS Maps SDK for Swift" or "ArcGIS Runtime SDK for iOS", and what is the different between these SDKs.
-
IOS Swift - Proxy Setup
How to setup proxy in Swift for IOS Devices. Please provide sample code example for this setup.
-
How to get min and maxScale value
Hi Experts, I'm trying to cache the map, I'm using AGSExportTileCacheParameters and the method as exportTileCacheParametersWithAreaOfInterest. This method expects minScale and maxScale value. Can someone please tell me how to get these values correctly so that caching the map doesnt take much time? Also, can someone tell…
-
Estimating Map downloadable size while Caching the map
Hello Experts, We would need to show the Estimated time to complete the caching of map. This can be done if we have some reference on how much is already downloaded to the device and the total size of the map. For the same, i have written code something like below, but not getting how can i calculate/get how much has been…
-
map is shows dark grey color and expected to show in white
Hello Experts, I'm using Objective c based application. We have implemented a frame to show the map view. The map is getting loaded, however it shows in dark grey color. Could someone please help me on changing to white color? and i have written like this, still not working. any idea? Thanks, Ajitesh
-
ERROR 4: Unable to open EPSG support file gcs.csv.
Our app is getting this error since updating to 100.15.4 SDK for iOS. How can we resolve this issues? ERROR 4: Unable to open EPSG support file gcs.csv. Try setting the GDAL_DATA environment variable to point to the directory containing EPSG csv files.
-
Even after setting the clientID on setLicenseKey method the water mark is not getting removed
Hi Team, I have an objective c programming where i'm using [AGSArcGISRuntimeEnvironment setLicenseKey:clientID error:&error] but it shows the 'Developer License key water mark'. any idea how to fix it? Thanks, Ajitesh
-
authenticationManager didReceive challenge not working with previously received token
We are using OAuth2 authorization to fetch an access token after logging in on the ESRI portal, and using that token later to authenticate basemaps. Once the login page is dismissed we return to our mobile app with a redirect URL and store the token. The token is requested via the Rest API described…