I have a native IOS application, developed in Objective C and SQLite as the local database. The backend services are developed using WCF which sync the data to the SQL server and back to the SQLite.
Now I need to to rewrite the application which will work on the Surface Devices.
What is the best approach to proceed? XAMARIN forms or Universal Windows Platform?
Any suggestion will be really appreciated.
Thanks in advance.