We are building a custom mobile application using the ArcGIS Runtime SDK for iOS.
We have converted our SQL Server database into an enterprise geodatabase and published the feature classes and tables as a feature service to ArcGIS Online for the mobile app to consume and write data into it.
Questions:
- What is the recommended method to synchronize the data generated by the mobile app from the feature service back to the geodatabase?
- We connect to the SQL Server instance housing our geodatabase in ArcGIS Pro and manage tables and feature classes there. Why is it EXTREMELY slow? The schema is not complex; there are many tables and the data volume is not large.