iOS-Runtime-Headers icon indicating copy to clipboard operation
iOS-Runtime-Headers copied to clipboard

IMEI in iOS 7

Open fgomessin opened this issue 10 years ago • 2 comments

Hi, is there any other way to get IMEI using private api in iOS 7? The code below works fine in iOS 6, but not in iOS 7.

NSBundle *b = [NSBundle bundleWithPath:@"/System/Library/PrivateFrameworks/GAIA.framework"]; BOOL success = [b load]; Class SKTelephonyController = NSClassFromString(@"SKTelephonyController"); id tc = [SKTelephonyController sharedInstance]; NSLog(@"-- imei: %@", [tc imei]);

fgomessin avatar Apr 25 '14 13:04 fgomessin

Need answer here too

NicHuang avatar Aug 28 '14 06:08 NicHuang

Would be really glad if anyone could point us in the right direction. Thanks

ShadeApps avatar Mar 11 '15 19:03 ShadeApps