my question is very general. Is it possible to use third-party framework in an iOS app project? I mean, does Apple allow developers to use frameworks like GPUImage (it is only an example) in their app? I found this two documents in which Apple says that it is possible in OSX but not in iOS. By your experience, is it correct what I found? Thanks.
0
votes
you can always use third party libraries, even your own. I use my own frameworks or static libraries for my client projects
– Kumar C
Do you have any official reference?
– accipiter
@KumarC You create your own framework with this github.com/kstenerud/iOS-Universal-Framework and a tutorial to create is this rayvinly.com/…
– Kumar C
2 Answers
3
votes