简体   繁体   中英

iPhone: Can any application be accessed even when the phone is in locked mode?

We are going to create a life saving app. This app is made for those critical and emergency conditions when someone fall ill suddenly.

As this application is for emergency case, we need to make this app accessible even when the phone is locked.

Is there any way including public or private API, we can implement the feature?

Thanks,

iOS isn't designed to be a life saver, it's designed to make income for Apple (to be crude, because many things you think would be possible just is not)

There is also the reason with battery life, memory usage etc that needs to be restricted in a mobile environment where power is not unlimited.

You could however look at things like Push Notifications (read the docs). The app won't be "accessible" in the sense, but you can have a chance users will launch the app when you ask them to - they will actively have to push a "ok open the app" button.

I would suggestnlooking into gestures to perhaps overide the lock for your apps usage. Whether it gets approved by Apple is another story.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM