How to check if Developer option is enabled or not in iOS using Xamarin forms?

352 Views Asked by At

For Android I used this "int devOptions = Settings.Secure.GetInt(this.ContentResolver, Settings.Global.DevelopmentSettingsEnabled, 0);" but how to do this in iOS devices?

I'm out of ideas here, Help me folks.

0

There are 0 best solutions below