iOS Device Identity Spoofer

MaxIdentity

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

iOS 15.x iOS 16.x iOS 17.x iOS 18.x iOS 19.x iOS 20.x iOS 21.x iOS 22.x iOS 23.x iOS 24.x iOS 25.x iOS 26.x TrollStore eSign Unc0ver Palera1n Dopamine XinaA15
7 Identity Layers
1-tap Full Reset
100% New Identity
FREE No Cost

When to use?

Which App? "remembers" your device without login → MaxIdentity possible Erase that memory.

App limits the number of trials (Trial)
App is free for 7 days → expires → press reset → reopen = 7 days completely new.
🚫
App is banned according to device
Account banned in game/app → created new account but still banned immediately → use MaxIdentity reset → device "become a new machine" → New accounts are not detected.
🎁
App allows you to create X free accounts and then block them
App for 1 account/device (referral, bonus, gift) → reset → create new account not limited.
🎮
Game app saves progress according to device (no login required)
Casual games save local saves according to the device UUID → reset → start from the beginning → farm reward newcomer unlimited.
🔏
Bypass fingerprint tracking of advertising / analytics apps
App tracks user behavior by device ID → MaxIdentity spoof UUID → Can't track, fully protect privacy.

When to use?

Which App? "remembers" your device without login → MaxIdentity possible Erase that memory.

App limits the number of trials (Trial)
App is free for 7 days → expires → press reset → reopen = 7 days completely new.
🚫
App is banned according to device
Account banned in game/app → created new account but still banned immediately → use MaxIdentity reset → device "become a new machine" → New accounts are not detected.
🎁
App allows you to create X free accounts and then block them
App for 1 account/device (referral, bonus, gift) → reset → create new account not limited.
🎮
Game app saves progress according to device (no login required)
Casual games save local saves according to the device UUID → reset → start from the beginning → farm reward newcomer unlimited.
🔏
Bypass fingerprint tracking of advertising / analytics apps
App tracks user behavior by device ID → MaxIdentity spoof UUID → Can't track, fully protect privacy.

7 Layers of Spoof Identification

01 🪪
IDFV — Vendor Identifier
Generate a fake per-app UUID instead identifierForVendor — each app sees a different ID, which cannot be tracked between sessions.
UIDevice.identifierForVendor → random UUID per session
02 🔐
Keychain — Device ID Storage
Block apps from reading/writing device ID to Keychain — prevents apps from saving "device fingerprints" across deletions/reinstalls.
SecItemCopyMatching · SecItemAdd · SecItemUpdate → filtered/blocked
03 📢
IDFA — Advertising Identifier
Fake advertising code advertisingIdentifier — prevent ad networks and analytics from tracking by device.
ASIdentifierManager.advertisingIdentifier → random UUID
04 🛡️
DeviceCheck / App Attest
Pay isSupported = NO, block token generation — disable Apple's device authentication mechanism.
DCDevice.isSupported → false · generateToken → blocked · App Attest → disabled
05 📱
Hardware Info — Normalize
Standardize device name, model, RAM, CPU count, boottime — remove hardware differences used to fingerprint the device.
uname · sysctl (hw.memsize, hw.ncpu, kern.boottime) · UIDevice.model → normalized
06 💾
UserDefaults — Key Spoofing
Spoof common device ID keys that the app saves to UserDefaults — returns a fake value instead of deleting (avoid app crash or detect empty).
NSUserDefaults objectForKey: → spoofed for known device-id keys
07 👁
Self-Hide — Tweak Concealment
Hide MaxIdentity from ObjC class list and dylib list — app cannot detect running tweak, even with deep scan.
objc_getClass("MaxIdentity") → nil · dlopen detect → blocked

Delete Data & Create New Identity

🔴 One-tap Full Reset

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.

01 Erase Documents, Library, Cache — clean all internal files of the app
02 Erase Keychain entries — no more device IDs are stored
03 Erase Cookies, WebKit storage, UserDefaults — clean all traces of previous sessions
04 App self exit(0) — re-opening is the first installation, has nothing to do with the old account

UI & Controls

🔘
Floating Button
Pullable floating button — placed in any corner of the screen, does not cover app content, always ready.
🪟
Popup Panel
Open the popup to see the UUID in use, the status of each spoof layer, and the identity reset button.
🆔
UUID Display
Shows the current UUID being injected into the app — confirming the tweak is working.
Donate & Info
Author information and donation link right in the popup — supports easy tweak development.

Delete Data & Create New Identity

🔴 One-tap Full Reset

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.

01 Erase Documents, Library, Cache — clean all internal files of the app
02 Erase Keychain entries — no more device IDs are stored
03 Erase Cookies, WebKit storage, UserDefaults — clean all traces of previous sessions
04 App self exit(0) — re-opening is the first installation, has nothing to do with the old account

UI & Controls

🔘
Floating Button
Pullable floating button — placed in any corner of the screen, does not cover app content, always ready.
🪟
Popup Panel
Open the popup to see the UUID in use, the status of each spoof layer, and the identity reset button.
🆔
UUID Display
Shows the current UUID being injected into the app — confirming the tweak is working.
Donate & Info
Author information and donation link right in the popup — supports easy tweak development.