I am querying Features from a Feature Layer and then calculating/setting new values on the Feature for one of its Fields. The issue is that the Feature Tables/Features on my layer cannot be edited (IsEditable is set to false). I saw a post (mobile package, feature layers are not editable - Esri Community) from 2017 where one user reported that all Mobile Map Packages from ArcPro are read-only. Is this still the case? Is there no workaround? In the post they mention using OfflineMapTask.CreateAsync() but this requires a portal which I do not have and cannot get access to in my work environment.
The workflow:
I created a stylized Feature Layer with a Class Breaks renderer in ArcPro. This layer represents data recordings at locations all over the globe. It has several fields for each of these readings and an additional "Interpolated" field. The idea is to take these static readings and combine it with a user specified/calculated value to generate a new value for which to display. The class breaks renderer is set to display the interpolated column. So, I package this layer as an MMPK -> send to my users alongside my Maps SDK tool -> they perform calculations -> In code I modify the interpolated field for select features -> the display updates.
Software:
ArcPro 3.0.3 with an Advanced license (including the publisher extension)
ArcMaps SDK 200.5