Commit 307453f8 authored by jz's avatar jz

bugfix

parent 71f44320
......@@ -34,7 +34,7 @@ NSString *defaultIDFA = @"00000000-0000-0000-0000-000000000000";
//如果获取到存储到钥匙串中
[self saveKeyChainWithValue:keyChainIDFA service:IDFA account:keyChainAccount];
}
if (!keyChainIDFA) {
if ([self checkIdfaIsNull: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