add Altstore instructions for IOS installation on sifas tab

This commit is contained in:
Mher 2024-06-10 21:07:15 +02:00
parent 0aa0bb3bb8
commit 80e467851f

View file

@ -16,6 +16,69 @@ This section discuss some easy way to setup the game and play, as well as some c
- Open settings and navigate to the settings for the installed app. You can configure the server url there. - Open settings and navigate to the settings for the installed app. You can configure the server url there.
- Note that at the moment it appears the global `ipa` files do not work. The reason is unknown. - Note that at the moment it appears the global `ipa` files do not work. The reason is unknown.
### Or
### Setting Up and Installing with AltStore
- AltStore is an alternative app store for iOS devices with a User friendly interface. Which features on device signing.
- You can download AltStore from [here](https://altstore.io/).
- Follow the instructions below to install AltStore on your iOS device and install the SIFAS client from [here](https://mega.nz/folder/klACSZzC#Lxv3m-Gq8_7FF_4pcr4X8A) (or from [here](https://ethanthesleepy.one/public/lovelive/jp_allstars_3_12_0.ipa) if you need http enabled).
## macOS:
Open the downloaded .dmg file.
Drag AltServer to your Applications folder.
Open AltServer from your Applications folder.
## Windows:
Open the downloaded .zip file.
Run the Setup.exe installer.
Open AltServer from your Start menu or desktop.
1. Connect your iOS device to your computer via USB.
Ensure your device is unlocked and tap "Trust" on the prompt that appears on your device.
2. Install Mail Plug-in (macOS Only)
Open the Mail app.
Go to Mail -> Preferences.
Click on the Manage Plug-ins button at the bottom.
Enable the AltPlugin.mailbundle.
3. Install AltStore on Your iOS Device
## macOS:
Click the AltServer icon in the menu bar.
Choose Install AltStore and select your connected iOS device.
## Windows:
Click the AltServer icon in the system tray.
Choose Install AltStore and select your connected iOS device.
Enter your Apple ID credentials when prompted (these are sent directly to Apple for authentication).
1. Trust AltStore on Your iOS Device
Open the Settings app on your iOS device.
Go to General -> Device Management (or Profiles & Device Management).
Find your Apple ID under the "Developer App" section.
Tap on your Apple ID and then tap "Trust."
2. Open AltStore
You should now see AltStore on your iOS device.
### Install SIFAS (Love Live! School Idol Festival ALL STARS)
- install the SIFAS client from [here](https://mega.nz/folder/klACSZzC#Lxv3m-Gq8_7FF_4pcr4X8A) (or from [here](https://ethanthesleepy.one/public/lovelive/jp_allstars_3_12_0.ipa) if you need http enabled).
- Open AltStore on your iOS device.
- Tap the + icon in the top left corner of AltStore.
- Navigate to the location where you saved the SIFAS IPA file (default is the "Downloads" folder) and select it.
- AltStore will begin the installation process. You may need to enter your Apple ID credentials again.
Launch SIFAS:
- Once the installation is complete, you can open SIFAS from your home screen.
- If you need to change the server URL, you can do so in the app settings.
### AltStore and AltServer Notes
- Altserver must be running at least once on your computer every 7 days to keep the app signed.
- Altstore will automatically resign the app every 7 days as long as Altserver is running on your computer. You can also do it manually in Altstore by going to the "My Apps" tab and tapping the "X days" button next to the app.
## Setups ## Setups
These are types of setup, choose one that suit you, or adapt one to your usage. These are types of setup, choose one that suit you, or adapt one to your usage.
@ -54,7 +117,7 @@ In the case that you want to run server on PC but play on android phone (for dev
adb reverse tcp:8080 tcp:8080 adb reverse tcp:8080 tcp:8080
``` ```
- This map http://127.0.0.1:8080 in your phone to http://127.0.0.1:8080 in your PC, allow the app to connect to the server. Change the port if necessary. - This map http://127.0.0.1:8080 in your phone to http://127.0.0.1:8080 in your PC, allow the app to connect to the server. Change the port if necessary.
- If you don't want to have your phone plugged in to your computer, debug the phone through `tcpip` mode. If you are going to do this, it's good to have a static IP for your phone, then you can make a script that connect to your phone and run the server, for convinience. - If you don't want to have your phone plugged in to your computer, debug the phone through `tcpip` mode. If you are going to do this, it's good to have a static IP for your phone, then you can make a script that connect to your phone and run the server, for convinience.
### Server on PC, play on android emulator ### Server on PC, play on android emulator
If you want to play on an emulator and don't want to use Termux, you can use either `adb`, or you can bridge the network so your emulator get treated as a device in your LAN. The details on how to do this depend on the emulator, so you should look it up yourself. If you want to play on an emulator and don't want to use Termux, you can use either `adb`, or you can bridge the network so your emulator get treated as a device in your LAN. The details on how to do this depend on the emulator, so you should look it up yourself.