Jump to content

How to install Modified Apps while signing services are down!


FounderHawk

11 posts in this topic

Recommended Posts

Updated

This is a quick tutorial on how to sideload apps while signing services, and tools are down.

Note: Your MUST have a MAC, or be running a Virtual Machine with MacOS installed!!

Requirements:

  • Apple Device
  • Xcode. Download from the Mac App store or From Apple's Dev Website
  • iOS App Signer
  • MacOS (Virtual Machines & Hackintosh will work as well)
  • An Apple ID
  • The IPA you wish to sideload
  • This guide

 

Step 1: Open Xcode and create a new iOS or tvOS application (depending on the Apple device you are using)

Spoiler

assets%2F-LtQyVcI0aApKtrxZxRP%2F-LtQzLsVuC_pBVMifzA1%2F-LtR1_BEL7yVvmc9G-Dp%2FScreen%20Shot%202019-11-11%20at%208.48.38%20AM.png?alt=media&token=2aa142b1-426c-44a4-892b-305e57fefe1d

 

Step 2: Type in a name and identifier (choose something unique to you, example: com.yourusername.LDOE)

Spoiler

assets%2F-LtQyVcI0aApKtrxZxRP%2F-LtQzLsVuC_pBVMifzA1%2F-LtR1LuAb8OSfX8Q81K0%2FScreen%20Shot%202019-11-11%20at%208.49.41%20AM.png?alt=media&token=89edc8f9-711f-4fce-a16b-7150f938340d

 

Step 3: You should be asked where to save the project, select the desktop and hit next.

 

Step 4: Plug your device in (Make sure you TRUST the computer!) and Select the device from the list (located in the top left as shown)

Spoiler

7d3pxja1i3y31.png?width=360&format=png&auto=webp&s=b8d76a92818adda9a376d92c552d8b23c3ea9a77

 

Step 5: Select the top of the project tree (should be the only one that shows the App Store style icon) then press Targets. You should see a screen that shows signing (Note: it may not look identical to this screen depending on Xcode version)

Spoiler

gqxz4wddf3y31.png?width=1096&format=png&auto=webp&s=479b24fe97db032534ea8c901e3821d5e793a8a3

 

Step 6: Press the drop down menu called "Teams", then select "Add an Account" from the drop down menu. (Note: You only have to do this for the 1st app you sign, in the future the "Team" will already be available as an option in the drop down!)

Spoiler

torzm0mgg3y31.png?width=1366&format=png&auto=webp&s=e7fdc431dc277bc9fa8eff472c1e11cc4f7bebd8

 

Step 7: Sign in with any Apple ID you have

Spoiler

5e35asltg3y31.png?width=798&format=png&auto=webp&s=c1a02307b4b03bfc2c4d25e69ca6b5334e5cc137

 

Step 8: Exit out of the pop up window and select your Apple ID "Team" you just added.

Step 8B: (If you have additional devices)

  • Plug in additional device
  • Go to Product Menu
  • Under Destination, select your device
  • Repeat from Step 3

Step 9: Open Terminal and type 

xcode-select --install
Quote

If terminal shows "xcode-select: error: command line tools are already installed, use "Software Update" to install updates" Then you may close terminal and continue

 

Step 10: Xcode should now be good. Don't exit out yet.

 

Step 11: Open App Signer (You may be required to allow unknown apps to run on your Mac) Select the IPA you want to install. and the provisioning profile (Make sure you select "(Device Name) Developer")

Note: Adding a Display Name, Version and SHort Version are optional. If left blank they will use the IPAs default

Spoiler

9xu93pngi3y31.png?width=609&format=png&auto=webp&s=c97cbe353dd833bede26c9c848511f865512b89a

 

Step 12: Name the file, (I suggest naming it something different than the "Stock" IPA name)

Spoiler

assets%2F-LtQyVcI0aApKtrxZxRP%2F-LtQzLsVuC_pBVMifzA1%2F-LtR1LuGD01_hH71dn4i%2FScreen%20Shot%202019-11-11%20at%208.53.02%20AM.png?alt=media&token=fd6aefd9-b9e8-457a-8eac-94fd217e79fb

 

Step 13: Return to Xcode, select "Window" from the top bar -> (Click) Devices and Simulators

Spoiler

no8xq7i4j3y31.png?width=1366&format=png&auto=webp&s=bd027bcfcc96ca8bb357d86a6569a939c2bcaed0

 

Step 14: Select your device under "Connected" followed by the + under "Installed Apps"

Spoiler

011zjrgbj3y31.png?width=802&format=png&auto=webp&s=b13ef7a255c3829f5678b1d6ac0cf6f3a1389f0e

 

Step 15: Select the IPA you just created with iOS App Signer, and press Open. Xcode will now install the App on your device. Once this is completed the App will be on your device signed!

Spoiler

19zu37eij3y31.png?width=802&format=png&auto=webp&s=9e1b00fe2e07a55aa4cbe1266ec442e402d0a991

 

Step 16: On your device go to Settings -> General -> Device Management -> Trust Certificate (as you would do with any other sideloaded app.


Credits: Google it.

Posted

FAQs:

 

Spoiler

Q: Can I do this on Windows?

A: Yes by installing MacOS on a Virtual Machine. See Here

Q: Is this permanent?

A: No, the signing expires after 7 days for a Free user (Same as Cydia Impactor) or 1 year for paid accounts.

Q: How do I update or re-sign?

A: Just repeat the original process, but keep the same identifier. It will install over the existing application

Q: Will I lose my settings every time I update or resign?

A: No, as long as you use the same identifier and keep the existing apps on the device as you "Upgrade"

Q: Can I make it so the certificate will resign automatically?

A: If you are not jailbroken, not currently. If you are jailbroken you can use the Beta version of ReProvision to sign the application

 

Have a question you don't see here? Ask it in the comments, and I will try to answer it here!

Posted

Troubleshooting:

Spoiler

"No Signing Certificate Found"

  • Open Keychain Access (Located in the Utilities folder inside Applications)
  • Select "Show Expired Certificates" in the View menu
  • Delete any expired versions of the Apple WorldWide Developer Relations Certificate Authority Intermediate certificate from both the login and system keychains
  • Download and install the renewed Apple WWDR certificate

"This app contains an app extension with an illegal bundle identifier"

  • Install the latest version of iOS App Signer

Code Signing Error

  • Make sure you performed the terminal commands listed in the tutorial

 

 

Posted

Thank you for sharing this well written tutorial. We could perhaps bring the app online and link this new topic.

Posted

Well written!
 

That is why @DADi not believe in me. Because I didn’t write it well like you.

 

You score 100 marks!

I should Learn from you and explain harder next time.

 

This method uses standard Xcode service, even Apple change the signing mechanism again later this should always work.

Otherwise Apple is killing its Developer community.

 

Posted
On 11/23/2019 at 3:13 PM, Ibrahim 89 said:

It says "UNABLE TO INSTALL 'YOUTUBEIPAHACKED' "when I try to install the IPA on my device?spacer.png

Change the bundle I’d name to something else, and ensure you don’t have YouTube currently installed on the device

Archived

This topic is now archived and is closed to further replies.

  • Our picks

    • Fear the Walkers v1.0 [+2 Jailed Cheats]
      Modded/Hacked App: Fear the Walkers By OHM Games
      Bundle ID: com.ohmgames.zombiesurvivor
      App Store Link: https://apps.apple.com/us/app/fear-the-walkers/id6746712596?uo=4



      🤩 Hack Features

      - Enemy Can't Attack
      - Unlimited Ammo
      • 1 reply
    • Fear the Walkers v1.0 [+2 Cheats]
      Modded/Hacked App: Fear the Walkers By OHM Games
      Bundle ID: com.ohmgames.zombiesurvivor
      App Store Link: https://apps.apple.com/us/app/fear-the-walkers/id6746712596?uo=4



      🤩 Hack Features

      - Enemy Can't Attack
      - Unlimited Ammo
       
      • 1 reply
    • Eatventure v1.39.0 Jailed Cheats +2
      Modded/Hacked App: Eatventure By Lessmore UG haftungsbeschraenkt
      Bundle ID: com.hwqgrhhjfd.idlefastfood
      iTunes Store Link: https://apps.apple.com/us/app/eatventure/id1600871388?uo=4


      Hack Features:
      - Freeze Currencies
      - Free iAP (Turn on inside iOSGods Mod Menu first)


      Jailbreak required hack(s): https://iosgods.com/topic/168170-eatventure-cheats-all-versions-1/


      iOS Hack Download IPA Link: https://iosgods.com/topic/168169-eatventure-v110-jailed-cheats-2/
      • 343 replies
    • Empire Heroes: Strategy Game v1.0.1 [+4 Jailed Cheats]
      Modded/Hacked App: Empire Heroes: Strategy Game By VIETNAM TAAP TECHNOLOGY COMPANY LIMITED
      Bundle ID: com.nature.empireheroes
      App Store Link: https://apps.apple.com/us/app/empire-heroes-strategy-game/id6742527014?uo=4


      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Gems
      - Free IAP
      - Never Die
      • 2 replies
    • Empire Heroes: Strategy Game v1.0.1 [+4 Cheats]
      Modded/Hacked App: Empire Heroes: Strategy Game By VIETNAM TAAP TECHNOLOGY COMPANY LIMITED
      Bundle ID: com.nature.empireheroes
      App Store Link: https://apps.apple.com/us/app/empire-heroes-strategy-game/id6742527014?uo=4


       

      🤩 Hack Features

      - Unlimited Coins
      - Unlimited Gems
      - Free IAP
      - Never Die
      • 1 reply
    • Matching Story v1.42.04 [ +6 Cheats ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4


      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
      • 35 replies
    • Matching Story v1.42.04 [ +6 Jailed ] Auto Win
      Modded/Hacked App: Matching Story By VERTEX GAMES PTE. LTD.
      Bundle ID: matching.story
      iTunes Store Link: https://apps.apple.com/ph/app/matching-story/id1558803930?uo=4

       
      🤩 Hack Features

      - Auto Win

      - Coins

      - Diamonds [ Win Match Linked With Moves ]

      - Lives

      - Booster

      - Moves
      • 45 replies
    • Shadow Fight 4: Arena Cheat v1.9.50 +4
      Modded/Hacked App: Shadow Fight 4: Arena By Nekki Limited
      Bundle ID: com.nekki.shadowfightarena
      iTunes Store Link: https://apps.apple.com/us/app/shadow-fight-4-arena/id1479050948?uo=4


      Hack Features:
      - Freeze Enemies

      ViP Features:
      - Multiply Attack
      - Multiply Defense
      - God Mode
       

      Non-Jailbroken & No Jailbreak required hack(s):  https://iosgods.com/topic/136035-shadow-fight-4-arena-v1920-jailed-cheat-4/


      iOS Hack Download Link: https://iosgods.com/topic/136014-shadow-fight-4-arena-cheat-v1920-4/
      • 385 replies
    • [ ArKnights TW ] 明日方舟 v28.4.01 - [ x Player Damage & More ]
      Modded/Hacked App: 明日方舟 By GRYPH FRONTIER PTE. LTD.
      Bundle ID: tw.txwy.ios.arknights
      iTunes Store Link: https://apps.apple.com/tw/app/%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F/id1490985322?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - x Player Damage - x1 - 1000
      - x Player Defense - x1 - 1000
      - x Player Attack Speed - x1 - 10
      - Frozen Enemies
      - Instant - Kill
      - Instant - Win
      - Unlimited Skills
      - No Deploy Cost

       

      Non-Jailbroken Hack: https://iosgods.com/topic/129722-arknights-tw-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-v26321-jailed-cheats-8/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/129583-arknights-tw-%E6%98%8E%E6%97%A5%E6%96%B9%E8%88%9F-v26321-x-player-damage-more/
      • 460 replies
    • Sneaky Sasquatch Cheats v2.0.6 +3
      Modded/Hacked App: Sneaky Sasquatch By RAC7 Games
      Bundle ID: com.rac7.SneakySasquatch
      iTunes Store Link: https://apps.apple.com/us/app/sneaky-sasquatch/id1098342019?uo=4


      Hack Features:
      - Infinite Gold
      - Unlock All
      - No Hunger


      Non-Jailbroken & No Jailbreak required hack(s): https://iosgods.com/topic/148262-sneaky-sasquatch-v172-jailed-cheats-3/


      iOS Hack Download Link: https://iosgods.com/topic/148261-sneaky-sasquatch-cheats-v172-3/
        • Agree
      • 183 replies
    • Mini Militia - Doodle Army 2 Cheats v5.6.0 +8 [ God Mode & More ]
      Modded/Hacked App: Mini Militia - Doodle Army 2 By Miniclip SA
      Bundle ID: com.chadtowns.da2
      App Store Link: https://apps.apple.com/us/app/mini-militia-doodle-army-2/id405885221?uo=4

       

      📌 Mod Requirements

      - Jailbroken iPhone or iPad.
      - iGameGod / Filza / iMazing.
      - Cydia Substrate, ElleKit, Substitute or libhooker depending on your jailbreak (from Sileo, Cydia or Zebra).

       

      🤩 Hack Features

      - God Mode
      - One Hit Kill
      - Infinite Ammo
      - No Reload
      - Infinite Grenade
      - Infinite Jetpack Boost
      - Friendly Fire Enabled
      - Premium

       

      Free Non-Jailbroken Hack: https://iosgods.com/topic/178790-mini-militia-doodle-army-2-v560-jailed-cheats-5/

       

      ⬇️ iOS Hack Download Link: https://iosgods.com/topic/96342-mini-militia-doodle-army-2-cheats-v560-8-god-mode-more/
        • Like
      • 602 replies
    • Tower of God: NEW WORLD Cheats v2.12.00 +4
      Modded/Hacked App: Tower of God: NEW WORLD By Netmarble Corporation
      Bundle ID: com.netmarble.tog
      iTunes Store Link: https://apps.apple.com/us/app/tower-of-god-new-world/id1599435437?uo=4


      Hack Features:
      - Multiply Attack
      - Multiply Defense
      - Always Critical
      - Skip Battle Intro


      Non-Jailbroken & No Jailbreak required hack(s): 
       

      iOS Hack Download Link: https://iosgods.com/topic/186202-tower-of-god-new-world-cheats-v20101-4/
      • 96 replies
×
  • 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