Warning
Deprecated. This repository will be archived.
Samsung ended its Discord integration in Gaming Hub on January 31, 2024 (Discord partnership terminated), and Discord has since removed the /api/v6/presences endpoint this project relies on (it now returns 404 Not Found). There is no known replacement endpoint, so this tool no longer works and will not be updated further.
Jailbreak tweak that implements Discord Playing Presence like Samsung Game Launcher. How does this tweak work?
This is my first jailbreak tweak <3, so it might not be perfect
- Detect running games and show them on your Discord!
- Fetch Discord token from the iOS Discord Application
- Built-in ratelimiter
- Download .deb from release page (for repo, soon?)
- Install the .deb file (Using your package manager, or Filza)
- Respring
- Configure the tweak in the settings
- Clone this repository
- Edit
Makefileif needed - Run
make doto build and install on your device,make packageto build, ormake package FINALPACKAGE=1for production build
Fully supports on iOS 14+, iOS 12+ (Temporary workaround), untested on lower versions
Only tested on iOS 14.3 (unc0ver), 14.5 (checkra1n), and 12.5.6 (Chimera) but it should work on other versions too
Caution
iOS-Discord-Presence utilizes API that is outside OAuth2/bot API scope.
/api/v6/presences
Automating normal user accounts (generally called "self-bots") outside of the OAuth2/bot API is a violation of Discord Terms Of service & Community Guidelines, and can result in account termination if found. I do not take any responsibility, liability, or anything that happened on your Discord Account.

