0

I'm planning to use the MPNowPlayingInfoCenter API to set an image on the lock screen.

Can I do this without actually playing any audio? It's only the lock screen image that I want to change.

If I can do it technically do you think Apple will let it into the app store?

Kong
  • 8,792
  • 15
  • 68
  • 98

2 Answers2

4

You are not supposed to change the lock screen image programmatically unless you are not planning to release it as an internal app.

3

No. Even if you manage to do it, your app will not be accepted by Apple.

Scott Berrevoets
  • 16,921
  • 6
  • 59
  • 80
  • 1
    But looks like [this](https://itunes.apple.com/us/app/fancy-wallpapers-lock-screen/id789446892?mt=8) app has the ability to change background image while still be on App store? – Andrew.Wolphoe Jan 15 '18 at 13:01