Jump to content

2 or Multiple Bundle ID's in One Hack?


Go to solution Solved by Rook,

6 posts in this topic

Recommended Posts

Posted

Hi guys, so as u know EA makes 2 regions and different bundle id's

 

and since its same shit, why not enter both bundle's in one hack

 

so i tried 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>Filter</key>
    <dict>
        <key>Bundles</key>
        <array>
            <string>com.ea.realracing3.bv</string>
            <string>com.ea.realracing3.inc</string>
        </array>
    </dict>
</dict>
</plist>

 

is this right?

Posted

u mean the binary name?

 

I saw that once but could u share the code?


Edit:

 

Solved

Posted

Use bin filter instead

 

Is binary filter better? How come?

  • Solution
Posted

@@ZahirSher

 

Multiple Bundle ID filter:

<?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>Filter</key>
  <dict>
    <key>Bundles</key>
    <array>
      <string>com.company.gamename</string>
      <string>com.xxx.xxx</string>
      <string>com.yyyy.yyyy</string>
      <string>com.zzzz.zzzz</string>
    </array>
  </dict>
</dict>
</plist>

Binary Filter:

<?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>Filter</key>
	<dict>
		<key>Executables</key>
		<array>
			<string>BINARY NAME HERE</string>
		</array>
	</dict>
</dict>
</plist>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines