Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMEI in iOS 7 #8

Open
fgomessin opened this issue Apr 25, 2014 · 2 comments
Open

IMEI in iOS 7 #8

fgomessin opened this issue Apr 25, 2014 · 2 comments

Comments

@fgomessin
Copy link

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]);

@NicHuang
Copy link

Need answer here too

@ShadeApps
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants