views:

1127

answers:

2

Is there an iPhone SDK API that I can use to get the current wallpaper image? I would like to use this image in a game.

+3  A: 

As far as I'm aware, there is currently no API that enables you to do this.

Jasarien
So please request such an API at http://bugreport.apple.com
Mike Abdullah
+2  A: 

There is no API to do this, but you may be able to load /User/Library/LockBackground.jpg using +[UIImage imageWithContentsOfFile:]

Note: this file won't exist if the user hasn't changed from the default "globe" wallpaper

rpetrich