diff --git a/README.md b/README.md index bbdd10d..21feb95 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,11 @@ A: Yes, the app is open source and you can verify the code yourself. Each releas **Q: Why is download not working in my country?** A: Some countries have restricted access to certain streaming service APIs. If downloads are failing, try using a VPN to connect through a different region. +**Q: Can I add SpotiFLAC to AltStore or SideStore?** +A: Yes! You can add the official source to receive updates directly within the app. Just copy this link: +https://raw.githubusercontent.com/zarzet/SpotiFLAC-Mobile/refs/heads/main/apps.json +In AltStore/SideStore, go to the Browse tab, tap Sources at the top, then tap the + icon and paste the link. + ### Want to support SpotiFLAC-Mobile? @@ -87,4 +92,4 @@ _If this software is useful and brings you value, consider supporting the projec > [!TIP] > -> **Star Us**, You will receive all release notifications from GitHub without any delay ~ +> **Star Us**, You will receive all release notifications from GitHub without any delay diff --git a/apps.json b/apps.json new file mode 100644 index 0000000..459bc17 --- /dev/null +++ b/apps.json @@ -0,0 +1,18 @@ +{ + "name": "SpotiFLAC Source", + "identifier": "com.zarzet.spotiflac.source", + "subtitle": "FLAC Downloader for iOS", + "apps": [ + { + "name": "SpotiFLAC", + "bundleIdentifier": "com.zarzet.spotiflac", + "developerName": "zarzet", + "version": "3.8.0", + "versionDate": "2026-03-14", + "downloadURL": "https://github.com/zarzet/SpotiFLAC-Mobile/releases/download/v3.8.0/SpotiFLAC-v3.8.0-ios-unsigned.ipa", + "localizedDescription": "Mobile version of SpotiFLAC written in Flutter. Download Tracks in true FLAC from Tidal, Qobuz, & Amazon Music.", + "iconURL": "https://raw.githubusercontent.com/zarzet/SpotiFLAC-Mobile/main/assets/icon/icon.png", + "size": 33659289 + } + ] +}