Tuesday, 21 May 2019

Can I package entire iOS app as a Framework?

I have an app implemented in native iOS (Swift). There is a web version of the app as well. A client wants to embed my app to its own app and suggested I use an iFrame and load the web version. I understand this is a tricky solution as Apple might reject the app for not using native implementation.

What I want to ask is if there is a way to package my app entirely as a Framework and load it that way (app size is fairly big, with several viewControllers and functionality).

I understand that I won't have access to App-load functions like the AppDelegate.

Any other things I should be concerned about ?

Thank you



from Can I package entire iOS app as a Framework?

No comments:

Post a Comment