基于地理位置的 iOS 推送通知。 (例如城市飞艇)
Geo-location based iOS push notification. (eg. urban airship)
我想限制基于位置的推送通知,意味着我想为不同的城市发送不同的通知。
城市飞艇SDK可以吗?是否有任何其他方式可以发送基于地理位置的推送通知?
谢谢。
已解决。
我们可以通过在代码中添加这两行来启用位置,
UAirship.location().isBackgroundLocationUpdatesAllowed = true
UAirship.location().isLocationUpdatesEnabled = true
我们可以根据位置过滤城市飞艇帐户中的所有用户。
我想限制基于位置的推送通知,意味着我想为不同的城市发送不同的通知。
城市飞艇SDK可以吗?是否有任何其他方式可以发送基于地理位置的推送通知?
谢谢。
已解决。 我们可以通过在代码中添加这两行来启用位置,
UAirship.location().isBackgroundLocationUpdatesAllowed = true
UAirship.location().isLocationUpdatesEnabled = true
我们可以根据位置过滤城市飞艇帐户中的所有用户。