iOS swift3获取机器识别码

作者: 工匠良辰 | 来源:发表于2017-04-04 19:26 被阅读131次

    swift3获取idfa的方法:

    import AdSupport
    let idfa = ASIdentifierManager.shared().advertisingIdentifier.uuidString
    

    只能用于广告识别,上传的时候选包含广告。

    相关文章

      网友评论

        本文标题:iOS swift3获取机器识别码

        本文链接:https://www.haomeiwen.com/subject/fyjzottx.html