문제

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.

https://developer.apple.com/library/mac/documentation/macosx/conceptual/BPFrameworks/Frameworks.html#//apple_ref/doc/uid/10000183-SW1

https://developer.apple.com/library/ios/documentation/general/conceptual/DevPedia-CocoaCore/Framework.html#//apple_ref/doc/uid/TP40008195-CH56-SW1

도움이 되었습니까?

해결책

Yes Apple will allow you to use third party libraries in your project, otherwise there wouldn't be this many third party libraries available.

The only restriction is that the library can not be loaded dynamically and should be compiled into the app binary.

다른 팁

Yes, I will quote popular example of third party SDK libraries like Facebook sdk and youtube for example. There are lot of example that can be proven for the use of third party library/SDK.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top