satishdas
satishdas

Reputation: 65

change wallpaper via iphone app

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

Upvotes: 3

Views: 4220

Answers (2)

Jing
Jing

Reputation: 1901

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.

Upvotes: 3

BoltClock
BoltClock

Reputation: 723944

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.

Upvotes: 2

Related Questions