I am just completing a large MacOS app. It uses/creates an SQL database and several files. Can I compile this app to run as an IOS app on an iPad?
Thank you TJ
I am just completing a large MacOS app. It uses/creates an SQL database and several files. Can I compile this app to run as an IOS app on an iPad?
Thank you TJ
The iOS framework works completely different to the Desktop framework.
Although some parts of your code could be re-used, you would need to start a new project to make it an iPad app.
However the SQLite database structure will work in both platforms