I'm working on an app using the ArcGIS Runtime for Xamarin Forms, version 100.15. I have a question about one particular scenario:
An AGOL user,who has only a Lite license level, signs in to the app.
In the app we call ArcGISRuntimeEnvironment.SetLicense(key) with a key for a Basic license.
What I'm finding is that the user still cannot edit secured features, i.e. their own license level is taking precedence over the Basic license. What I was hoping for was that the Basic license key applied to the app would enable all users to take advantage of the Basic editing capabilities.
Is the behaviour I'm seeing expected? Is it supposed to be possible to override the named user license with a key and perhaps I'm just doing something wrong?