Make app appear as iOS 8 Suggested App at lockscreen

前端 未结 6 1283
我寻月下人不归
我寻月下人不归 2020-11-29 01:25

As iOS 8 is out, there is a feature that show \"Suggested App\" on lockscreen based on your location.

The question is if I have an app, how can I define the location

6条回答
  •  自闭症患者
    2020-11-29 02:04

    I developed a sample app to monitoring Beacon Region, in these case "Lockscreen suggested app" works. It appear when my phone is in the field of beacon region monitored. Then I developed a sample app to monitoring Geographical Region in the same way, but in this case "Lockscreen suggested app" doesn't work! Moreover in case of beacon region monitoring, if app isn't installed, "Lockscreen suggested app" doesn't work. Of course, how could it work? I think this feature could be linked to "Routing App" with use of geographic coverage file instead. Maybe at metadata submission time on iTunesConnect, uploading GeoJSON file. Have some people some feedback? I think I try this way next submission of my app.

提交回复
热议问题