通过 iPhone 应用程序更改壁纸
苹果是否允许我从我的应用程序更改 iPhone 的壁纸?
Does apple allows me to change the wallpaper of the iphone from my application?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
苹果是否允许我从我的应用程序更改 iPhone 的壁纸?
Does apple allows me to change the wallpaper of the iphone from my application?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
到目前为止,公共 iOS 4.0 API 不允许以编程方式更改任何 iPhone 壁纸。 Apple 不支持未记录的 API,所以不,我认为他们不会允许这样做。
不过,从技术上来说应该是可以做到的。
The public iOS 4.0 API so far does not allow changing any of the iPhone wallpapers programmatically. Undocumented APIs are not supported by Apple, so no, I don't think they would allow it.
However, technically it should be possible to do so.
不,即使使用最新的 SDK,也没有公共 API。您需要要求用户手动将您的图像保存为壁纸。
Nope, no public APIs for it even with the latest SDK. You need to ask the user to save your image as a wallpaper manually.