如果我更改了 UISeachBar 背景,我的应用程序会被 Apple 拒绝吗?
如果我将 UISearchBar 背景更改为透明,我的应用程序会被 Apple 拒绝吗?
Will my app be rejected by Apple if I changed an UISearchBar background to be transparent?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您使用“私有”API,或者在 Apple 文档规定不要修改控件时修改控件,那么 Apple 确实可能会拒绝您的应用程序。可能在初步审查期间或稍后。
API 也有可能在没有警告的情况下更改或删除,从而导致您的应用程序崩溃。
然而,App Store 中的某些应用程序显然确实使用了私有 API,并且已获得批准,但这是您需要承担的风险。如果这让您担心,请不要这样做。
If you use 'private' APIs, or modify controls when Apple documentation says not to, then Apple may indeed reject your App. Possibly during initial review, or at a later date.
There is also the possibility that the API may change or be removed, without warning, causing your App to crash.
However, there are Apps in the App Store that clearly do use private APIs, and have been approved, but it's a risk you take. If that concerns you, don't do it.