iOS Suggested App feature will show app icon on left bottom corner in iPhone lock screen.
iOS建议的App功能将在iPhone锁屏的左下角显示App图标。
Which delegate method will be called (on UIApplication or I don't know) when clicking on the bottom left app icon ?
当点击左下角的app图标时,会调用哪个委托方法(在UIApplication上或者我不知道)?
1 个解决方案
#1
3
The Suggested Apps feature is a list of apps that are popular/relevant to specific locations, managed entirely by Apple.One can request to be added to that list for a specific app.
You can read more about it in this answer to a similar question, where an Apple Tech Support explains it: https://*.com/a/26676020/2242359
Sliding up the icon from there will either open the AppStore page of the app or simply launch the app.
建议的应用程序功能是一份应用程序列表,这些应用程序受特定地点的欢迎/相关,完全由苹果管理。可以请求添加到列表为一个特定的应用程序。你可以阅读更多关于它在这个回答类似的问题,一个苹果技术支持的解释:https://*.com/a/26676020/2242359从那里滑了图标将打开应用程序的应用商店页面或简单地启动应用程序。
The other way to get you app icon to the corner of the lock screen is by using iBeacon - in that way the app must already be installed on the users device and the icon will appear when getting close to the iBeacon device.
另一种让你的app图标到锁屏角落的方法是使用iBeacon——这样,应用程序必须已经安装在用户设备上,当接近iBeacon设备时,图标就会出现。
#1
3
The Suggested Apps feature is a list of apps that are popular/relevant to specific locations, managed entirely by Apple.One can request to be added to that list for a specific app.
You can read more about it in this answer to a similar question, where an Apple Tech Support explains it: https://*.com/a/26676020/2242359
Sliding up the icon from there will either open the AppStore page of the app or simply launch the app.
建议的应用程序功能是一份应用程序列表,这些应用程序受特定地点的欢迎/相关,完全由苹果管理。可以请求添加到列表为一个特定的应用程序。你可以阅读更多关于它在这个回答类似的问题,一个苹果技术支持的解释:https://*.com/a/26676020/2242359从那里滑了图标将打开应用程序的应用商店页面或简单地启动应用程序。
The other way to get you app icon to the corner of the lock screen is by using iBeacon - in that way the app must already be installed on the users device and the icon will appear when getting close to the iBeacon device.
另一种让你的app图标到锁屏角落的方法是使用iBeacon——这样,应用程序必须已经安装在用户设备上,当接近iBeacon设备时,图标就会出现。