使用 BWToolkit 框架 API
我从 NSGod 收到了一些有用的信息,这些信息告诉我,使用 BWToolkit 可能会因为使用私有 API 而被 Apple 拒绝。我从 BWToolkit 使用的唯一对象是 BWSplitView
(我需要能够 toggleCollapse
- 就像 iTunes 的 Ping Sidebar - 滑入和滑出)。如果有人有任何可能不适用于应用程序商店的信息或替代方案,我们将非常感激不尽!
I received some helpful info from NSGod that informed me that using BWToolkit would possibly be rejected from Apple for using private APIs. The only object I used from BWToolkit was the BWSplitView
(I needed the ability to toggleCollapse
- like iTunes' Ping Sidebar - slides in and out). If anyone has any info on this possibly not working for the app store, or an alternative, it would be greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以在这里找到有关此主题的相当详细的讨论:http://bwalkin.lighthouseapp .com/projects/36323-bwtoolkit/tickets/72
要点是“无论你在 IB 中使用什么,只要你使用未更改的框架,你都会被拒绝。”,但是删除
BWTokenField 代码足以获得批准。
You can find a fairly detailed discussion of this subject here: http://bwalkin.lighthouseapp.com/projects/36323-bwtoolkit/tickets/72
The gist is "It doesn't matter what you use in IB as long as you use the unchanged framework you will get rejected.", but removing the
BWTokenField
code from the framework is enough to get approval.ByteProject 发布了新版本的 BWtoolkit,没有任何私有 api。
他们删除了 BWTokenField,它使用 NSTokenAttachmentCell,这是私有 API3
更多信息:http://byteproject.net/
ByteProject has released a new version of the BWtoolkit without any private api.
They removed BWTokenField, which uses NSTokenAttachmentCell and this is private API3
more info here : http://byteproject.net/