gpt4 book ai didi

ios - 仅当用户进入指定区域时触发 localNotification

转载 作者:行者123 更新时间:2023-11-28 13:09:02 28 4
gpt4 key购买 nike

这是我的 didEnterRegion 函数代码。问题是通知在进入和退出时触发。如何仅在用户输入位置时触发通知?

func locationManager(manager: CLLocationManager!, didEnterRegion region: CLRegion!) {
var localNotification:UILocalNotification = UILocalNotification()
localNotification.alertBody = "you've entered rohini sector -8"
localNotification.region = region
UIApplication.sharedApplication().scheduleLocalNotification(localNotification)
NSLog("Entering region")
}

最佳答案

您不需要在本地通知中指定区域。您已经知道设备在区域内,因为您调用了 didEnterRegion - 在通知中指定区域是多余的 - 您可以简单地发布通知而不指定区域。

关于ios - 仅当用户进入指定区域时触发 localNotification,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31939261/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com