-1

I want to display emergency contact on lock screen of iPhone.

I've found one link to an app Launch emergency App/Do emergency call without screen-unlocking the iPhone but it is saying that apple will not approve this,

I saw some other applications on the AppStore:

Can any body tell me how to do this?

Community
  • 1
  • 1
Rajneesh071
  • 30,846
  • 15
  • 61
  • 74

5 Answers5

6

Easy, the ones in the app store create an image with the emergency numbers on them. Then the user can set this image as there lockscreen. I've create an app like this.

But there is no way to make a swipe/click call the number from the lock screen.

rckoenes
  • 69,092
  • 8
  • 134
  • 166
2

It is impossible to set the Lock Screen wallpaper programmatically without jailbreak.

However, you can change the lock screen appearance by playing a sound track with customized album cover, which is the emergency image.

See MPNowPlayingInfoCenter for more information.

Note that this approach may burn a lot of battery, and user cannot enjoy other music while using your app.

Raptor
  • 53,206
  • 45
  • 230
  • 366
0

Use " Emergency info screen" iPhone app. It's awesome and simple to use.

Jerry
  • 1
0

I've been using the emergency info screen app and its simple and flexible to my needs.

https://itunes.apple.com/au/app/emergency-info-screen/id657684240?mt=8

0

With iOS 8 and later you can use the Health.app to define your medical ID and store emergency contact details with it. Then, from the Health.app, you can tell iOS to display this information from the emergency lock screen.

See here for a step by step guide.

Lætitia
  • 1,388
  • 1
  • 20
  • 30