Friday, 23 August 2013

How To Duplicate An iOS App on your Jailbroken i-Device

How To Duplicate An iOS App on your Jailbroken iPhone, iPod Touch or iPad


                                        



Here are some easy steps by which you can duplicating iOS apps on your Jailbroken iPhone, iPod Touch or iPad. There is a couple requirements though. The first is that you are Jailbroken(obviously) and the second is that you actually need to have AppSync installed for this to work.


With a Jailbroken device and AppSync installed you can proceed to duplicating iOS apps.
How To Duplicate An iOS App


Step 1

The first thing you will need to do is rename the IPA file from [application].ipa to [application].zip, open the new zip file using winzip (winrar, 7-zip etc.).


Step 2

Next from winzip window enter payload folder, scroll down till you find info.plist file and open it using plist editor on windows. You can of course also do these steps on your iOS device using iFile by extracting the zip file then compressing it again.


Step 3

With the info.plist file open, scroll down until you find the following:


<key>CFBundleIdentifier</key>


<string>com.blabla.blabla</string>


Edit the second line of this code so that the string name is different from the original:


<key>CFBundleIdentifier</key>


<string>com.blabla2.blabla2</string>


The most important thing is to change the string (it must not remain the same)and you can change it to whatever you want.


Step 4

Now save, and close, then rename the file from .zip to .ipa


Step 5

Install the application using iTunes or Vshare or AppCake or any other Alternatives of that.


It's as easy as you can get. Now you can use this handy trick to have an app installed twice… or as many times as you would like. The indiviaul who discovered this stated “I used this trick to fix the crash of weather app on a jailbroken iOS 6 and you can do that with the stock apps.”

If you like this post or have any Suggestions/Queries then leave a comment below. :)


1 comment: