Commit 83909d1a authored by jz's avatar jz

兼容 idfa 为空默认case

parent 1b25793d
......@@ -34,6 +34,9 @@ NSString *defaultIDFA = @"00000000-0000-0000-0000-000000000000";
//如果获取到存储到钥匙串中
[self saveKeyChainWithValue:keyChainIDFA service:IDFA account:keyChainAccount];
}
if (!keyChainIDFA) {
keyChainIDFA = defaultIDFA;
}
return keyChainIDFA;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment