Reputation: 19
How to show iPhone app icon on lock screen same as camera on bottom left. Is there any framework required to implement or just go to settings page in iPhone. How to do it exactly please described step wise. Thanks in Advance
Upvotes: 1
Views: 1130
Reputation: 12829
You might have seen in certain circumstances some app icons are showing up in the bottom left corner of lock screen. That is an iOS 9 feature. that may be because of following reason.
Reference : http://www.imore.com/how-use-home-screen-and-lock-screen-your-iphone-6s
Apart from these, there can be more reasons, like if you are using an application at a particular location/time for few times/days, then iOS will suggest the app once you reach that location or at particular time of every day.
Upvotes: 1
Reputation: 27438
you can't do this kind of stuff from code or from your application. It is apple's restriction. and you can't change it or replace with another app. it is by default camera app.
Upvotes: 0