From 7d1212f51935af7ce0da7ae291360abd330c3ec6 Mon Sep 17 00:00:00 2001 From: zarzet <42882290+zarzet@users.noreply.github.com> Date: Sun, 6 Sep 2026 17:51:48 +0700 Subject: [PATCH] fix(altstore): match source bundle ID to released IPA Set the AltStore app bundle identifier to com.zarz.spotiflacAndroid, matching the published v4.9.5 IPA and all Runner build configurations. Fixes #554. --- apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps.json b/apps.json index ee4fa2d1..842effed 100644 --- a/apps.json +++ b/apps.json @@ -5,7 +5,7 @@ "apps": [ { "name": "SpotiFLAC Mobile", - "bundleIdentifier": "com.zarzet.spotiflac", + "bundleIdentifier": "com.zarz.spotiflacAndroid", "developerName": "zarzet", "version": "4.9.5", "versionDate": "2026-09-01",