Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
重複の可能性: iPhone で IMEI を取得する方法
imeiプログラムでiPhoneから番号を取得する方法は?
imei
プログラムでIMEI番号を取得するのは難しいです。ただし、特定の電話を識別する方法を探している場合は、UDID (Unique Device Identifier) を使用して識別できます。
NSString *UDID = [[UIDevice currentDevice] uniqueIdentifier];
IMEIでもこれを試してください
NSString *imei = [[NetworkController sharedInstance] IMEI];