Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我的 IOS 应用程序在用户未解锁手机时能看到多少用户行为?它会告诉我是否可以使用他们的行为来触发我的应用程序启动?
验收标准:
当设备被锁定时,我可以看到多少用户行为?
如果用户在锁定屏幕上允许它们处于活动状态,您可以在应用通知处于活动状态时使用手势启动应用。
https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/Introduction.html
如果用户允许您访问位置,您可以在后台启动您的应用程序以响应地理围栏。
https://developer.apple.com/library/ios/documentation/userexperience/conceptual/LocationAwarenessPG/RegionMonitoring/RegionMonitoring.html