Can I develop my own objective-C Framework for Cocoa Touch Applications?

前端 未结 9 1093
抹茶落季
抹茶落季 2020-12-13 07:03

Is it possible to create an own obj-C Cocoa Touch framework which can be used by other developers? And furthermore can you protect this framework?

9条回答
  •  既然无缘
    2020-12-13 07:54

    You could make a static library available as binary (i.e. rudimentary "protection") to third parties, but not a dynamic one, as Apple's App Store policy prevents dynamic linking.

提交回复
热议问题