Back to Wiki
Ok now enter a Valid Fake UDID and app bundle name to find the bundle name go into the .app folder you want to spoof for Info.plist open it until you find Bundle Identifier
Ok now Save the .plist file to your desktop. Then SSH into your device to private/var/mobile/Library/Preferences/
Then copy file there
If you would like to spoof more than 1 app for example 3 apps it's gona look like this
VIDEO COMING SOON!
IF THIS HELPED PLEASE CLICK YES AT THE BOTTOM THANKS :D Was this wiki Helpful? Please login to vote
How to use UDID Faker on iOS 4
Ok UDID Faker WORKS on iOS 4 it just crashes O_O so follow these steps to spoof Your Device's UDID
1.) Download UDID Faker(my repo :D)
2.) Download this .plist file CLICK HERE
3.) Download NotePad++ and open .plist file
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.app.bundle</key>
<string>Enter Valid UDID</string>
</dict>
</plist>
Ok now enter a Valid Fake UDID and app bundle name to find the bundle name go into the .app folder you want to spoof for Info.plist open it until you find Bundle Identifier
Ok now Save the .plist file to your desktop. Then SSH into your device to private/var/mobile/Library/Preferences/
Then copy file there
If you would like to spoof more than 1 app for example 3 apps it's gona look like this
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" " http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.app.bundle</key>
<string>Change this for valid-fake UUID</string>
<key>com.app.bundle2</key>
<string>Change this for valid-fake UUID</string>
<key>com.app.bundle3</key>
<string>Change this for valid-fake UUID</string>
</dict>
</plist>VIDEO COMING SOON!
IF THIS HELPED PLEASE CLICK YES AT THE BOTTOM THANKS :D Was this wiki Helpful? Please login to vote
Discussion and History
History
Displaying 0 Comments of 0
Would you like to comment? You must be logged in to make a comment. Login or Register now