I am developing apps on Xamarin. Currently I am developing an app for iOS.
For deployment I have to pass the source code to the customer as an Xcode project.
Is there any way to export a Xcode project from the Xamarin project?
Thanks a lot!
There is no way right now to do what you ask, unlike Unity3D that exports a library , Xamarin provides an ipa at the end of the compilation. You can recycle your storyboards and make a porting of yours .cs to .swift or .h .m .