Search code examples
iphoneipadhardware

Can we change the UDID on my iPhone/iPad?


Is there any way to change UDID of my iPhone/iPad?

or please suggest the way to generate fake UDID of the iPhone/iPad Device.

Thanks in advance.


Solution

  • Yes, download "UDID faker" from Cydia for a fully-featured solution (requires jailbreaking), or just use method swizzling on - [UIDevice uniqueIdentifier] if replacing it locally (within your app) is sufficient.