|
POST
|
Hello Thinh, Looks like you are using the self-signed certificate on the server. Apple has updated their requirement for the certificates on the server. Please go through below link and make sure your certificate matches the requirement. Requirements for trusted certificates in iOS 13 and macOS 10.15 - Apple Support Just to try, can you add the `App Transport Security Settings` in your info.plist file with either setting the `NSAllowsArbitraryLoads = YES` or setting exception of your server with `NSExceptionAllowsInsecureHTTPLoads = YES`? Does it work? Please refer details of setting the `App Transport Security Settings` in below link. Preventing Insecure Network Connections | Apple Developer Documentation Hope this helps! Regards, Nimesh
... View more
12-02-2019
09:32 AM
|
1
|
2
|
1394
|
|
POST
|
Hi Dan, There are lot of samples available for 3D (Scene). Did you try them? Are you able to make them work on your device? Samples Available on GitHub: arcgis-runtime-samples-ios/arcgis-ios-sdk-samples/Scenes at master · Esri/arcgis-runtime-samples-ios · GitHub To investigate the issue you are seeing, can you post your code and stack trace here so we can look into it? Regards, Nimesh
... View more
07-24-2019
08:12 AM
|
0
|
1
|
534
|
|
POST
|
Can you please post the detail steps you are following? Are you generating token yourself and creating AGSCredential with it? or you just provide the username/password when prompted? If you are not generating token yourself then you don't need to do anything whenever token expires, SDK will generate new token. If you are generating token then it becomes your responsibility to generate new token when expired. The `self.portal.credentials?.token` will have same value you provided until you replace it with new one. Hope this helps! Regards, Nimesh
... View more
07-05-2019
11:57 AM
|
0
|
0
|
1850
|
|
POST
|
Hi Steve, The API ref doc for the `logout` method states what it does. It does operation to the credential and does not change the load status of portal object. After calling `logout`, you should set portal object to nil if you are no longer required. logout - If there is a credential for this portal then it will be set to nil and remove it from credential cache. If credential is of type OAuth then token will be invalidated. Hope this helps! Regards, Nimesh
... View more
07-05-2019
11:49 AM
|
0
|
0
|
853
|
|
POST
|
Yes, if you provided the `username and password` in the credential. In order to refresh the token it is required. But if you have created credential using `token` and `referer` then we can not refresh it. Regards, Nimesh
... View more
06-27-2019
02:40 PM
|
0
|
3
|
1850
|
|
POST
|
Which steps did you take to `initialize table with token`? Did you follow the steps I outlined above? The `token` property is `readwrite` on `AGSCredential`. You can set a new token on it. Regards, Nimesh
... View more
06-27-2019
08:08 AM
|
1
|
1
|
1850
|
|
POST
|
You can create AGSCredential object using initWithToken:referer: method and set it on `credential` property of `AGSServiceFeatureTable` object. You can either add it to map/scene or call `load` on it. Hope this helps! Regards, Nimesh
... View more
06-27-2019
07:50 AM
|
0
|
8
|
1850
|
|
POST
|
The sample Sketch on the map is available for you to get started. At sometime in future we'll add it as part of our toolkit. Hope this helps! Regards, Nimesh
... View more
06-14-2019
09:35 AM
|
1
|
0
|
1142
|
|
POST
|
Hi Russel, It was great talking to you at Dev Summit. Based on the functionality you are implementing in your app, I would recommend you joining the Runtime AR/VR private beta program. You can send a request to join the beta program via email to: ArcGISRuntimeARVRBeta@esri.com Regards, Nimesh
... View more
03-13-2019
09:33 AM
|
0
|
0
|
1187
|
|
POST
|
Hi Russel, AGSLineOfSight draws the line from an observer to a target in an AGSScene. Is there any way to get the coordinates of the point on the surface where the line "disappears" (ie transitions from visible to obstructed) Unfortunately, we have not exposed `obstruction point` on `Line Of Sight` in the Runtime API. Hopefully, we'll do it in the future. Currently, there is not easy way in the API to find out line's intersection point to the surface. Regards, Nimesh
... View more
03-01-2019
08:59 AM
|
0
|
2
|
1187
|
|
POST
|
I'm glad it worked for you. Can you please mark the answer helpful? Regards, Nimesh
... View more
01-04-2019
03:49 PM
|
0
|
0
|
1348
|
|
POST
|
Hi Prasad, Please use queryRelatedFeaturesForFeature:parameters:queryFeatureFields:completion: method to query related feature and specify `queryFeatureFields` as `AGSQueryFeatureFieldsLoadAll`. Hope this helps! Regards, Nimesh
... View more
01-04-2019
10:54 AM
|
1
|
2
|
1348
|
|
POST
|
Hi Prasad, Can you post result of following print statements. I would like to see how many fields are present and what attributes you are getting. let fields=result.relatedTable!.fields print(fields) let feature = result.featureEnumerator().allObjects[indexPath.row] print(feature.attributes) Regards, Nimesh
... View more
01-04-2019
10:10 AM
|
0
|
4
|
1348
|
|
POST
|
Hi Prasad, What result you see for the following code? Does it print only one field or all fields? let fields=result.relatedTable!.fields print(fields) Regards, Nimesh
... View more
12-31-2018
10:46 AM
|
0
|
6
|
1348
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-18-2024 12:33 PM | |
| 1 | 03-12-2024 08:54 AM | |
| 1 | 09-28-2023 08:19 AM | |
| 2 | 07-28-2023 08:07 AM | |
| 1 | 06-27-2013 10:42 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-26-2025
07:28 AM
|