Authored by 周蓉君

udid拷贝后传出给app. Review by 硬币。

@@ -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 {