NyaMisty / AltServer-Linux

AltServer for AltStore, but on-device
GNU Affero General Public License v3.0
945 stars 74 forks source link

Alert: Could not install 1_6_2.ipa to unknown. #96

Open SplattyDev opened 1 year ago

SplattyDev commented 1 year ago

Fedora Worksation 37 btw Quick info: my Apple ID has 2FA on, I didnt receive any notification about trusting or not trusting my pc, and while installing I didnt get any notification that required me to confirm or cancel stuff to install the app.

Alert: Could not install 1_6_2.ipa to unknown. Request canceled by user. Press any key to continue...

Exception: Request canceled by user. 0# 0x00000000005CF298 1# 0x000000000099EC2C

Finished!

viernae commented 1 year ago

hi you need to download the newest AltStore which is 1.6.2. You can do that by going into your terminal and typing this command so it downloads in the same directory in which you have AltServer. curl -L https://cdn.altstore.io/file/altstore/apps/altstore/1_5_1.ipa > AltStore.ipa After that make sure you dont have your phone connected and do these commands : killall usbmuxd netmuxd usbmuxd and the connect your phone and do idevicepair pair if you dont have idevicepair simply install it by sudo apt-get install libimobiledevice6 libimobiledevice-utils And after that simply install the ipa by ./"name of AltServer" -u "UDID of your device which get printed when you do idevicepair pair" -a "apple id with which you want to sign the sideloaded apps" -p "the password of your apple id account" AltStore.ipa And thats all.

WillDera commented 1 year ago

hi you need to download the newest AltStore which is 1.6.2. You can do that by going into your terminal and typing this command so it downloads in the same directory in which you have AltServer. curl -L https://cdn.altstore.io/file/altstore/apps/altstore/1_5_1.ipa > AltStore.ipa After that make sure you dont have your phone connected and do these commands : killall usbmuxd netmuxd usbmuxd and the connect your phone and do idevicepair pair if you dont have idevicepair simply install it by sudo apt-get install libimobiledevice6 libimobiledevice-utils And after that simply install the ipa by ./"name of AltServer" -u "UDID of your device which get printed when you do idevicepair pair" -a "apple id with which you want to sign the sideloaded apps" -p "the password of your apple id account" AltStore.ipa And thats all.

I was stuck on how to reinstall/update AltStore on my device using garuda and this worked flawlessly. Thank You!!