naturecodevoid
7f73f2adef
Merge remote-tracking branch 'origin/fabianthdev/feature/SwiftUI' into naturecodevoid/swiftui-improvements
2023-05-20 11:23:07 -07:00
Fabian Thies
df7d8871ff
[FIX] AppIDsView and authentication workflow
2023-05-20 19:24:18 +02:00
Fabian Thies
d1e6ddd435
[ADD] Authentication view for connecting SideStore to an Apple ID
2023-05-20 19:22:13 +02:00
naturecodevoid
ed2270ff46
Anisette V3 ( #324 )
...
* initial anisette V3 implementation
* update V3 urls and log version
* fix crash where FetchAnisetteDataOperation.clientInfo would be nil when getting anisette V3 without provisioning first
* move adi.pb reset to its own button instead of doing it on sign out
* fallback to V1 if client_info fails
* make sure to unwrap optional strings
* feat(anisette): update v3 usage, improve error messages and names, report v3 errors to the user
* refactor(anisette): reduce duplicate JSON to anisette code
* fixes(anisette v3): improve errors, fix v3 server check, fix some edge cases where SideStore could crash and instead return an error, retry on -45061
2023-05-18 01:30:18 -07:00
SoY0ung
84e2284f56
Optimizing function calls
...
Thanks for @ktprograms advice
2023-05-14 19:06:22 +08:00
SoY0ung
1c0d0be622
Fix 'The name for this app is invalid' error
...
This error is related to App ID creation failure.
App ID name must be an ascii text. It is not allowed to create an App ID with non-ascii text like Chinese, Japanese.
If the name is NOT an ascii text, using bundleID instead.
2023-05-14 02:55:36 +08:00
naturecodevoid
a9ce0f487d
fix: open Safari instead of force closing and provide a fallback for users with notifications disabled
2023-05-06 19:25:37 -07:00
naturecodevoid
07533e0365
fix: ensure minimuxer is started when refreshing in the background
2023-04-16 10:07:04 -07:00
naturecodevoid
ee5ddd4264
fix: use a notification instead of an alert for force close
2023-04-16 09:29:12 -07:00
naturecodevoid
f519d22d81
fix: removing _CodeSignature folder before resigning
2023-04-13 21:21:51 -07:00
naturecodevoid
1ca3aa3cdb
fix: force close SideStore after 3 seconds if still reinstalling
2023-04-13 07:20:36 -07:00
naturecodevoid
0178c63f6a
fix: hopefully reduce ApplicationVerificationFailed errors by removing _CodeSignature folders since those may cause a problem
2023-04-12 19:53:27 -07:00
naturecodevoid
8a97c409fa
fix: add .AltWidget to app group ID when modifying for SideStore
2023-04-12 07:46:14 -07:00
naturecodevoid
b3d827f56a
refactor: remove minimuxerToOperationError in favor of extending MinimuxerError to be a LocalizedError and remove unused cases from OperationError
2023-04-11 21:04:07 -07:00
naturecodevoid
994b2318a9
feat(dev mode): add AFC file explorer and dump profiles
2023-04-09 13:38:44 -07:00
naturecodevoid
df94e79472
Merge branch 'fabianthdev/feature/SwiftUI' into naturecodevoid/swiftui-improvements
2023-04-06 20:48:52 -07:00
naturecodevoid
cd2c5ad7b4
Merge remote-tracking branch 'origin/develop' into fabianthdev/feature/SwiftUI
2023-04-06 20:43:10 -07:00
naturecodevoid
20cf54bfcd
[skip ci] Rename and move the first application groups log
2023-04-02 07:34:48 -07:00
naturecodevoid
2ce639e750
Remove app groups that contain AltStore
2023-04-01 20:03:15 -07:00
naturecodevoid
b8c3060037
Log provisioning profile application groups
2023-04-01 16:10:40 -07:00
naturecodevoid
0c171122b2
refactor minimuxer to use swift-bridge ( #321 )
...
also add team ID to the end of the bundle ID for Debug builds to mirror SideServer
2023-04-01 16:02:12 -07:00
Riley Testut
ca7d8277f7
Fixes “no provisioning profile with the requested identifier…” error
...
As of March 20, 2023, deleting an app’s auto-generated free provisioning profile is no longer supported. However, fetching the provisioning profile now re-generates is every time, so there’s no need to delete it first.
As a workaround, we now simply use the first profile we fetched if we receive an error when deleting it. This approach should continue to work even if Apple later reverses this change.
2023-03-21 18:52:56 -04:00
naturecodevoid
c02cf2c284
Update error codes to match minimuxer error codes (this is why people got Unknown error instead of an actual error message)
...
Signed-off-by: naturecodevoid <44983869+naturecodevoid@users.noreply.github.com >
2023-03-04 08:08:35 -08:00
naturecodevoid
81409227d6
Add developer mode
2023-02-19 08:06:33 -08:00
naturecodevoid
df1a662acc
FetchTrustedSourcesOperation: Remove redundant if statement
2023-02-18 20:25:58 -08:00
naturecodevoid
38c0a8a9a3
Fix ConnectAppleIDView being shoved into a sidebar on iPad
2023-02-14 08:24:49 -08:00
naturecodevoid
e7ff6496c1
AuthenticationOperation: fix 2FA code not being displayed
...
Bandaid fix, it would be better to have the alert in ConnectAppleIDView
2023-02-14 08:20:16 -08:00
Fabian Thies
0239dfcd6d
[FIX] AppIDsView and authentication workflow
2023-02-06 00:44:03 -05:00
Fabian Thies
81ea791b63
[ADD] Authentication view for connecting SideStore to an Apple ID
2023-02-06 00:44:03 -05:00
Joseph Mattello
312fa6fe76
final classes marked as final
...
Signed-off-by: Joseph Mattello <mail@joemattiello.com >
2023-01-04 09:52:12 -05:00
Joseph Mattello
13f306742e
Revert "Merge pull request #189 from Nythepegasus/feature/retries"
...
This reverts commit 50841f5e24 , reversing
changes made to d797ddd668 .
2023-01-04 08:48:33 -05:00
Nythepegasus
4c441077c7
Add a bunch more "logging" throughout signing
2022-12-30 17:09:44 -05:00
Riley Testut
d2b419c42e
Adds Error Log screen
...
Allows users to view a history of all errors that occured when performing app operations.
2022-12-30 17:08:49 -05:00
Riley Testut
93cf9bf6a9
Makes AppProtocol.url optional
...
Allows us to create AnyApp values without a valid file URL.
2022-12-30 17:08:49 -05:00
Nythepegasus
7162a029bb
Retry AFC 10 times before giving up
2022-12-30 17:04:19 -05:00
Joelle Stickney
c18db77ade
Turn off all background refresh notifications
...
This removes all background refresh notifications but keeps the "Reminder to open SideStore every so often", and the "x app expires soon" local push notifications.
2022-12-19 23:26:15 -05:00
Jawshoeadan
b02b9197d0
Fix beta apps on the my apps view, and fix deactivating/activating apps
2022-12-08 19:24:28 -06:00
Joseph Mattello
c34245ff21
FetchAnisetteDataOperation.swift fix url reading
...
Signed-off-by: Joseph Mattello <mail@joemattiello.com >
2022-11-21 20:54:55 -05:00
Jackson Coxson
161d3a795d
Add settings bundle
2022-11-21 20:54:55 -05:00
Jackson Coxson
07d9a9f2c3
Set anisette URL from plist value
2022-11-21 20:54:55 -05:00
Spidy123222
17be52c7b6
Fix refreshing to use normal bundleid
...
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
2022-11-17 18:16:21 -08:00
Joe Mattiello
84e2faf8a8
[ #102 ][ #101 ] Loading view error handling, Load pairingfile from docs, bundle, plist ( #112 )
...
* refs #102 load pairingfile from docs, bundle,plist
tries Documents/ALTPairingFile.plist, then app bundle resources ALTPairingFile.plist, finally Info.plist with non default value
Signed-off-by: Joseph Mattello <mail@joemattiello.com >
* refs #102 change plist to mobiledevicepairing
fixes xcode compiling .plist resources
Signed-off-by: Joseph Mattello <mail@joemattiello.com >
Signed-off-by: Joseph Mattello <mail@joemattiello.com >
2022-11-08 12:15:09 -07:00
Joshua Laymon
403a369df9
Match branding some more ( #72 )
...
* change app name to SideStore
* Make it P U R P L E
* Fix actions for branding
* Change patreon description in settings
* Update RefreshAttemptsViewController.swift
* Update LaunchViewController.swift
* Update some of Credits
* Fix space
* More Branding fixes
* Change How it Works to have better wording.
* Change Branding for source and bundle
* Get the Rest of the Branding and popup naming fixes
* Welcome to SiteStore
* Update instructions to not include sideserver
This removes sideserver fro the instructions on how it works as sideServer in background of a computer so far isn’t needed.
* Remove mention of sideserver in the app
* SideStore error Message instead of AltServer
* some adjustments
* forgot to add this in the last commit
* Try fixing compile error
* Spell correct of last commit
* Fix Requested changes 11/5/2022
Signed-off-by: bogotesr <71040782+bogotesr@users.noreply.github.com >
Co-authored-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
2022-11-05 23:50:07 -07:00
Jackson Coxson
dd66355488
Implement emotional damage ( #95 )
...
* Implement em_proxy
* Update libimobiledevice
* Add minimuxer library to Xcode
* Build missing C files for libimobiledevice
* Remove objective C library
* Add pairing file to Info.plist
* Heartbeat self on startup
* Enable JIT on-device
* Implement on-device installation
* Fix OpenSSL header errors
* Random submodule bullcrap go
* Search release folder for emotional damage
* Clean dependencies
* Build Rust dependencies attempt 1/999
* Update em_proxy
* Implement refreshing apps
* Clean up old operations
* Remove all AltServer code
* Remove files from Xcode project
* Implement auto mounting the developer DMG
* Recover from app being backgrounded
* Fixed keeping pairing file in app after updating SideStore (#3 )
* Use compliant error handling for minimuxer
* Fix app failing to install
* Don't kill proxy on backgrounding
* Makes sure the ALTPairingFile gets transferred even if team IDs change (#4 )
* Step 1 to allow SideStore to resign itself
* Update ResignAppOperation.swift
* Adding cache for action runner (#5 )
* Start caching commit for actions
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Update build.yml
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Update build.yml
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Use rust lib directories to cache
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Cache cargo also
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Fix spacing
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Replace cargo id for caching
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Remove cache if statements
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Add disconnected WireGuard detection
* Add minimuxer logging
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
Co-authored-by: jawshoeadan <62785552+jawshoeadan@users.noreply.github.com >
Co-authored-by: Joelle Stickney <joellestickney@gmail.com >
Co-authored-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
2022-11-02 18:58:59 -06:00
jawshoeadan
1b34aeaec4
Get anisette from HTTP GET request instead of AltServer ( #87 )
2022-09-16 11:52:53 -06:00
Spidy123222
2566bfa2ed
Make Sidestore use its own trustedapps json ( #58 )
...
* Add trusted apps list json
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Force to use apps.json
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Rename apps.json to trustedapps.json
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Redo trustedlink
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Update FetchTrustedSourcesOperation.swift
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
* Add provenance-emu source
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
Signed-off-by: Spidy123222 <64176728+Spidy123222@users.noreply.github.com >
2022-09-14 13:24:04 -07:00
Jackson Coxson
e2b8b7369e
Add view for multiple teams from Megarush
2022-05-30 23:43:47 -06:00
Jackson Coxson
46834ab5ce
Revert "Change AltStore naming to SideStore"
...
This reverts commit 646000920f .
2022-05-30 22:54:21 -06:00
Jackson Coxson
646000920f
Change AltStore naming to SideStore
2022-05-30 22:46:21 -06:00
Riley Testut
9c1fe4d63b
Fixes authenticating with old email address after changing Apple ID’s primary email
2022-05-25 16:45:27 -07:00