udid拷贝后传出给app. Review by 硬币。
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -176,7 +176,7 @@ static NSString * const kYohoBuyUdid = @"com.yoho.buy.udid"; | @@ -176,7 +176,7 @@ static NSString * const kYohoBuyUdid = @"com.yoho.buy.udid"; | ||
176 | shareUdidString = [NSString stringWithString:udidString]; | 176 | shareUdidString = [NSString stringWithString:udidString]; |
177 | 177 | ||
178 | }); | 178 | }); |
179 | - return shareUdidString; | 179 | + return [shareUdidString copy]; |
180 | } | 180 | } |
181 | 181 | ||
182 | + (NSString*) valueWithError:(NSError **)error { | 182 | + (NSString*) valueWithError:(NSError **)error { |
-
Please register or login to post a comment