change wallpaper via iphone app

前端 未结 2 659
南笙
南笙 2020-12-21 17:45

Does apple allows me to change the wallpaper of the iphone from my application?

相关标签:
2条回答
  • 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.

    0 讨论(0)
  • 2020-12-21 17:57

    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.

    0 讨论(0)
提交回复
热议问题