Will Appstore reviewers allow us to use dynamic library in iOS8?

前端 未结 2 479
走了就别回头了
走了就别回头了 2020-12-08 06:00

I read many articles about dynamic library usage including this page \"Can you build dynamic library...\".

As apple document said, \"Frameworks for iOS.

相关标签:
2条回答
  • 2020-12-08 06:18

    UPDATE3 just use the same code signing!!!

    I have test it in ad-hoc environment!

    when my dynamic library use the code signing with the same code signing,It works, otherwise,crush!!

    0 讨论(0)
  • 2020-12-08 06:29

    App Store Review Guidelines explicitly prohibit that in 2.4.5 Apps that download code in any way or form will be rejected https://developer.apple.com/app-store/review/guidelines/

    0 讨论(0)
提交回复
热议问题