Change entire device identity on iOS — 7 layers of identification being spoofed at the same time.
Reset trial, bypass device ban, protect privacy — just one button away.
File .deb — Install via Sileo, Zebra, Cydia, TrollStore, eSign or dpkg -i
Support both JB and Non-JB · Tested on iOS 26
Which App? "remembers" your device without login → MaxIdentity possible Erase that memory.
Which App? "remembers" your device without login → MaxIdentity possible Erase that memory.
identifierForVendor — each app sees a different ID, which cannot be tracked between sessions.advertisingIdentifier — prevent ad networks and analytics from tracking by device.isSupported = NO, block token generation — disable Apple's device authentication mechanism.
Click the button in the UI → confirm → all identifying data is erased → the app is turned off.
Reopen = completely new device with an identity that never existed.
Documents, Library, Cache — clean all internal files of the app
Keychain entries — no more device IDs are stored
Cookies, WebKit storage, UserDefaults — clean all traces of previous sessions
exit(0) — re-opening is the first installation, has nothing to do with the old account
Click the button in the UI → confirm → all identifying data is erased → the app is turned off.
Reopen = completely new device with an identity that never existed.
Documents, Library, Cache — clean all internal files of the app
Keychain entries — no more device IDs are stored
Cookies, WebKit storage, UserDefaults — clean all traces of previous sessions
exit(0) — re-opening is the first installation, has nothing to do with the old account