-1

I am interested to develope an app which will show quotes on the lock screen of my iPhone. I want app like following image.

enter image description here

I am trying to do it but not getting any idea. Please help me so I can start working on it.

Shardul
  • 4,266
  • 3
  • 32
  • 50

2 Answers2

3

This is not possible, the SDK does not let you do this.

Toam
  • 362
  • 1
  • 5
1

As @Toam pointed out, the SDK does not allow you to set the lock screen background. However, you can kinda-sorta get around this. If you're willing to play a little music, you can set your own images/text to the lock screen in playback mode. Details can be found here: https://stackoverflow.com/a/8387406/716216

Community
  • 1
  • 1
Mick MacCallum
  • 129,200
  • 40
  • 280
  • 281