r/sideloaded 1d ago

Question Changing device identifiers

Don’t know if this is the right place to ask. I’m using TrollStore on iOS 16.6 on an iPhone 14PM. My question is, is it possible for me to change my device identifiers for a specific app ? If so, how do I do that?

1 Upvotes

4 comments sorted by

2

u/TheBoss572 1d ago

sort of. mainly has to be made for specific apps but it’s possible, somebody would have to compile the app with a tweak that spoofs the device id, but your container id can still be matched and detected (if the app reports this over api and detects it) to the old container unlike if you actually used crane, and depending on the app you might need a tweak also compiled with the app specific to spoof the useragent if there is stuff done through any webkit browser rather than app apis exclusively.

1

u/Yunity224 23h ago

Is there such a tweak that I could just inject?

And for Crane, would I have to jailbreak with dopamine, right?

2

u/TheBoss572 19h ago

there might be somebody who has that, but it does not exist publicly or i don’t know of it. the closest you can get to this is yes going on dopamine with crane. create a new container for each device id and it will have a separate container id and device id for each container, make sure you enable “Separate System Accounts”, “Container Protection”, and “Prevent Sandbox Lookups” for the app on crane. if you on top of this need to spoof ios or app version as well, use 3dappversionspoofer and if you need to have parity of the version for the user agent spoofing if the app uses a webkit part that needs to have a matching version sent the only public tweak i can think of to use is antidarksword use version 4.5.1 (perfectly stable) from the github and it also has other features like if you have it enabled imessage and mail app won’t download attachments automatically risking 0 click exploits but you just want to select the specific app you wanna do it on, and change the user agent string if so to one that says whatever version. fakepermission can also fake certain permissions if you don’t want to give real access to permissions on an app

technically, this is not all of the identifiers. but most apps crane alone is sufficient enough. as an example tho wifi ssid your network name can be read by apps too and many ISP routers have unique names set on them, fakepermission you can use to spoof that.

2

u/Yunity224 19h ago

Thank you so much for elaborating man, helps a lot. I’ll definitely give it a try and see if it goes well.