For our project, we are trying to get the Device Serial Number of the iOS device using the Xamarin platform. We do not have direct APIs for retrieving the Serial Number of the device from iOS 8 or later.
We had come across one solution like creating a static library from XCode with Serial Number implementation. Then create the object c static library and binding this to Xamarin.iOS project.
Reference: What is the simplest way to retrieve the device serial number of an iOS device using MonoTouch?
Is there is any other straight forward approach to accomplish our requirement?