Open ShannonChenCHN opened 7 years ago
@ShannonChenCHN Hey bro, now I faced the same fucking problem. Have you ever solved this? Any help will be appreciated.
@MemoryReload To be honest, I couldn't fix it, but you could try another project FCUUID.
@ShannonChenCHN Thank you, bro! Your reply gives me great help. : )
Take a look at: https://github.com/adjust/ios_sdk/pull/310
OpenUDID 库中valueWithError 函数中 appUID = (NSString ) CFUUIDCreateString(NULL, uuid);存在内存泄露 需要 CFStringRef stringRef = CFUUIDCreateString(NULL,uuid); CFRelease(stringRef); 或者 appUID = (__bridge_transfer NSString ) CFUUIDCreateString(NULL, uuid);
Got crashed on iPhone 5s ( iOS 10.1.1) once I launched my app, but It got self-recovered after restart my iPhone. Is there Anyone facing the same annoying issue?
Here's the crash log below.