APNS会在多少天后将设备标记为不活跃?
创始人
2024-09-09 00:00:59
0

根据 APNS 的文档,APNS 会在设备最后一次连接 APNS 成功后的 30 天后将设备标记为不活跃(inactive)。因此,如果设备在 30 天内与 APNS 成功连接,APNS 就会认为该设备仍然是活跃的(active)。如果设备在 30 天内没有与 APNS 成功连接,则 APNS 会尝试再次连接该设备,如果连接仍然失败,则 APNS 会将该设备标记为不活跃。

以下是一个示例代码,用于检查设备是否被 APNS 标记为不活跃:

let deviceToken = "0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"
guard let apnsExpireDate = apnsExpirationDate(for: deviceToken) else {
    // Device is inactive, handle accordingly
    return
}

let now = Date()
if now > apnsExpireDate {
    // Device is inactive, handle accordingly
} else {
    // Device is still active
}

private func apnsExpirationDate(for deviceToken: String) -> Date? {
    let apnsExpireTimeInterval: TimeInterval = 30 * 24 * 60 * 60 // 30 days in seconds
    let apnsExpireTimeStamp = UInt32(Date().timeIntervalSince1970 - apnsExpireTimeInterval)
    let apnsExpireByteValue = withUnsafeBytes(of: apnsExpireTimeStamp) { Data($0) }.suffix(4)
    let deviceTokenData = Data(hexEncoded: deviceToken)
    var apnsDeviceToken = Data(repeating: 0, count: 32)
    apnsDeviceToken.append(deviceTokenData)
    apnsDeviceToken.append(apnsExpireByteValue)
    return Date(timeIntervalSince1970: TimeInterval(bigEndian: apnsExpireTimeStamp))
}

extension Data {
    init?(hexEncoded string: S) {
        guard let regex = try? NSRegularExpression(pattern: "^[0-9a-f]{2}$", options: .caseInsensitive) else {
            return nil
        }
        guard regex.matches(in: String(string), options: [], range: NSRange(location: 0, length: string.utf16.count)).count == string.utf16.count / 2 else {
            return nil
        }
        self.init(capacity: string.utf16.count / 2)
        var iterator = string.utf16.makeIterator()
        while let high = iterator.next(), let low = iterator.next() {

相关内容

热门资讯

玩家交流((wepower德州... 玩家交流((wepower德州))外挂透明挂辅助工具(脚本辅助挂)一直真的有挂(可靠技巧)-知乎1、...
科技通报((aapOKER))... 科技通报((aapOKER))外挂透明挂辅助插件(脚本辅助挂)原来真的有挂(解密教程)-头条;1、系...
带你了解((wPk))外挂透明... 带你了解((wPk))外挂透明挂辅助黑科技(智能ai代打)本来真的有挂(细节方法)-今日头条1、操作...
分享一款((约局互娱))外挂透... 分享一款((约局互娱))外挂透明挂辅助挂(wpk辅助)一般真的有挂(2025新版教程)-头条;1、下...
揭秘攻略((AAPOKER))... 揭秘攻略((AAPOKER))外挂透明挂辅助器(黑科技辅助)原来真的有挂(科技教程)-今日头条;该软...
一分钟了解((wePOke))... 一分钟了解((wePOke))外挂透明挂辅助工具(透视辅助挂)就是真的有挂(详细教程)-头条1)辅助...
科普((聚星扑克))外挂透明挂... 科普((聚星扑克))外挂透明挂辅助工具(透视辅助挂)一般真的有挂(普及教程)-头条1、完成透视辅助安...
玩家必看攻略((WEPOke)... 玩家必看攻略((WEPOke))外挂透明挂辅助神器(德州辅助)的确是有挂的(解密教程)-小红书;1)...
今日公布((菠萝德州app))... 今日公布((菠萝德州app))外挂透明挂辅助APP(德州辅助)好像真的有挂(揭秘教程)-抖音1、全新...
玩家必备科普((aapOker... 玩家必备科普((aapOker))外挂透明挂辅助器(智能ai代打)一贯真的有挂(存在挂教程)-微博热...