Open Menu
主页
关于我
DSL'Blog
我叫董诗磊,我就是一码农.欢迎来到我的博客
了解更多
Email
Github
文章
所有文章
所有标签
iOSExtensionProgram总结
01 Apr 2017
Reading time ~1 minute
iOSExtensionProgram总结
1.上架的问题hostapp和containingapp的版本号必须一致,
2.关于Bundle identifier的话,hostapp 和 containingapp都是独立的App。所有你必须申请两个ID,
3.上面的第二条是申请两个Bundle identifier。这个两个Bundle identifier的名字规则是:hostApp:com.DSL,containingapp:com.DSL.todayWight(通知扩展,还有键盘扩展com.DSL.keyboard)
4.关于cocoapods的使用,请看我的写的一篇iOS Keyboarded Extension
5.别的问题遇见在说吧
Please enable JavaScript to view the
comments powered by Disqus.