Riley Testut
7cbe921020
[AltBackup] Derives backup location from original bundle ID, not resigned one
...
Allows the backup to be used even if the app is later installed with a different developer team.
2020-05-17 23:47:26 -07:00
Riley Testut
8354794c24
Embeds original bundle ID under ALTBundleIdentifier Info.plist key
2020-05-17 23:47:26 -07:00
Riley Testut
b25a0e46cb
[AltBackup] No longer assumes AltStore app group is first in ALTAppGroups
2020-05-17 23:47:26 -07:00
Riley Testut
1b8b043290
Supports resigning apps with multiple app groups
2020-05-17 23:47:24 -07:00
Riley Testut
a4d9188bc7
Fixes missing error descriptions when using NSError.withLocalizedFailure()
2020-05-15 14:54:46 -07:00
Riley Testut
47cf59a1ad
Adds initial AltBackup app
...
When deactivating an app, AltStore will first install AltBackup in its place. This allows AltBackup to access the (soon to be) inactive app’s sandbox, and backup all files to a shared app group with AltStore. Later when activating, AltStore will again install AltBackup and use it to restore files before installing the actual app again.
2020-05-15 14:54:46 -07:00
Riley Testut
b9b2afa200
Replaces ConnectionError.errorDescription with .failureReason
...
Improves error messages where ConnectionError was the underlying failure, but not the main error.
2020-05-15 14:54:46 -07:00
Riley Testut
ea6861b1eb
[AltServer] Uses empty strings in place of nil error messages
2020-05-15 14:54:46 -07:00
Riley Testut
a0b5d6d8ae
Adds additional checks before considering apps deleted
2020-05-15 14:54:46 -07:00
Riley Testut
484742885f
Supports custom entitlements when fetching provisioning profiles
2020-05-15 14:54:43 -07:00
Riley Testut
2fc19f6741
Fixes RefreshGroup strong reference cycle
2020-05-14 16:31:23 -07:00
Riley Testut
f5fc64be44
[AltServer] Supports “remove app” requests
...
Improves support for removing apps
2020-05-14 16:31:23 -07:00
Riley Testut
fe62d6f80f
[AltServer] Renames NSError+ALTServerError category methods to avoid runtime conflicts
2020-05-11 14:33:53 -07:00
Riley Testut
c5a97f6c25
Updates apps.json and apps-alpha.json
2020-05-09 12:53:12 -07:00
Riley Testut
2ae1ddb2d5
Updates apps.json
2020-05-08 18:27:54 -07:00
Riley Testut
29dda98736
Fixes updating DolphiniOS due to mismatched bundle IDs
...
Manually sets Dolphin’s CFBundleIdentifier to match the source bundle ID to prevent breaking updates for existing users.
2020-05-08 11:45:23 -07:00
Riley Testut
76008022e7
Redownloads missing cached apps when refreshing or updating
2020-05-08 11:43:34 -07:00
Riley Testut
b4299c71fb
Verifies app’s bundle ID matches source’s before installing
...
Prevents apps with incorrect bundle IDs from being installed and then deleted from disk due to AltStore thinking the apps have been removed.
2020-05-07 13:13:05 -07:00
Riley Testut
25477422a9
Adds print statement when deleting cached apps
2020-05-07 13:10:01 -07:00
Riley Testut
cba98ddf57
Improves error when app being refreshed has been deleted
2020-05-07 13:08:52 -07:00
Riley Testut
0f9df5af8a
Treats App ID bundle IDs as case-insensitive
...
Apple’s servers return an error when registering a bundle ID with different capitalization than an existing one, so we now perform case-insensitive comparisons when determining if we need to register an App ID.
2020-05-07 12:45:09 -07:00
Riley Testut
41b57b7f5e
Updates app version to 1.3.2
1.3.2
2020-05-03 14:48:23 -07:00
Riley Testut
bab1fcb7bc
Asks user for permission before installing apps with private entitlements
2020-05-02 22:06:57 -07:00
Riley Testut
6cdbe8e9ff
Updates app version to 1.3.1
1.3.1
2020-05-01 14:44:15 -07:00
Riley Testut
7b4acc56fc
Preserves private entitlements for Psychic Paper usage
...
Psychic Paper allows apps to use private entitlements without jailbreaking. AltStore now preserves private entitlements and includes them when resigning to allow apps to take advantage of this. For more info, see https://github.com/Siguza/psychicpaper
2020-05-01 10:27:22 -07:00
Riley Testut
fb03cb34aa
Merge branch 'feature/active_inactive_apps' into develop
2020-05-01 08:53:21 -07:00
Riley Testut
8ea9c30d7e
Updates apps.json & apps-alpha.json
2020-05-01 08:52:51 -07:00
Riley Testut
4bdeb53f9f
Updates apps.json for AltStore 1.3
2020-04-10 13:53:30 -07:00
Riley Testut
f1199abd4a
Adds AltStore (Stable) to Alpha source
2020-04-10 13:52:30 -07:00
Riley Testut
c3257bfbb8
Updates app version to 1.3
1.3
2020-04-09 12:26:41 -07:00
Riley Testut
e0d2bab21e
[AltServer] Updates app version to 1.3
2020-04-09 12:25:48 -07:00
Riley Testut
7b7613c331
Adds Alpha source JSON
2020-04-09 12:22:57 -07:00
Riley Testut
274a4aea44
Updates apps.json for AltStore 1.3b3
2020-04-09 12:21:23 -07:00
Riley Testut
98146ca8f3
Uses separate App Center tokens for different build types
2020-04-09 12:18:17 -07:00
Riley Testut
c85da1495d
Disables Sources functionality for public versions
1.3b3
2020-04-01 13:27:26 -07:00
Riley Testut
1b89b81de0
Enables sideloading for public versions
2020-04-01 13:26:22 -07:00
Riley Testut
29af9af3f3
[AltServer] Updates Carthage dependencies for Xcode 11.4
2020-04-01 13:17:17 -07:00
Riley Testut
b8e1921b74
Leaves apps activated if there is no active app limit during migration
2020-04-01 13:06:06 -07:00
Riley Testut
664c31aba8
[AltServer] Removes duplicate profiles even if they’re excluded
2020-04-01 12:19:25 -07:00
Riley Testut
40d4899bd1
Clarifies AltStore renews App IDs after they expire
2020-04-01 11:53:25 -07:00
Riley Testut
c1aad80578
Adds support for ALPHA builds
2020-04-01 11:51:00 -07:00
Riley Testut
0f939700e2
Fixes potentially incorrect bundle identifier when resigning AltStore with DEBUG build
2020-03-31 14:33:13 -07:00
Riley Testut
193ca28c98
Adds VS App Center analytics + crash reporting
...
Currently tracks install, refresh, and update app events.
2020-03-31 14:31:34 -07:00
Riley Testut
cd89741827
Updates RefreshError.noInstalledApps’ localized description
2020-03-30 15:38:00 -07:00
Riley Testut
4e29c7a38c
Fixes RefreshAltStoreViewController never finishing
2020-03-30 15:23:20 -07:00
Riley Testut
45737250a7
Fixes potentially incorrect bundle identifier when resigning/refreshing AltStore
2020-03-30 15:18:10 -07:00
Riley Testut
197c3b3338
[AltServer] Fixes installing outdated profile after app installation
2020-03-30 15:06:16 -07:00
Riley Testut
162139d52b
Updates older ToastView code to use error initializer
2020-03-30 14:07:18 -07:00
Riley Testut
4d75116c2d
Fixes missing OperationError recovery suggestions
2020-03-30 13:56:40 -07:00
Riley Testut
99df5aea3e
Adds basic search functionality to Browse tab
2020-03-30 13:46:15 -07:00