2022-05-07 17:26:18 +07:00
# 🎮 iOS-DiscordPresence
2022-05-09 12:22:54 -07:00
2022-05-07 17:33:24 +07:00
Jailbreak tweak that implements Discord Playing Presence like Samsung Game Launcher. [How does this tweak work? ](https://github.com/YuzuZensai/DiscordMobilePlayingCLI )
2022-05-07 15:52:14 +07:00
2022-05-07 17:26:18 +07:00
This is my first jailbreak tweak < 3 , so it might not be perfect

2022-07-20 16:47:06 +07:00

2022-05-07 17:26:18 +07:00
2022-07-20 17:06:26 +07:00
## ✨ Features
2022-07-20 17:00:23 +07:00
2022-07-20 17:07:14 +07:00
- Detect running games and show them on your Discord!
2022-07-20 17:00:23 +07:00
- Fetch Discord token from the iOS Discord Application
- Built-in ratelimiter
2022-07-20 16:47:06 +07:00
## 🔧 Installation
1. Download .deb from [release ](https://github.com/YuzuZensai/iOS-DiscordPresence/releases ) page (for repo, soon?)
2. Install the .deb file (Using your package manager, or Filza)
3. Respring
4. Configure the tweak in the settings
2022-05-07 17:26:18 +07:00
2022-07-20 17:06:26 +07:00
## 👜 Prerequisite
2022-06-30 00:20:24 +07:00
- [Theos ](https://theos.dev/ )
2022-05-07 15:52:14 +07:00
2022-07-20 16:47:06 +07:00
## 🔧 Building
2022-05-07 15:52:14 +07:00
2022-06-30 00:21:06 +07:00
1. Clone this repository
2022-05-07 15:52:14 +07:00
2. Edit ``Makefile` ` if needed
2022-07-20 16:47:06 +07:00
3. Run ``make do`` to build and install on your device, ``make package`` to build, or ``make package FINALPACKAGE=1` ` for production build
2022-05-07 15:52:14 +07:00
2022-07-20 17:06:26 +07:00
## ⚠️ Disclaimers
2022-05-07 15:52:14 +07:00
2022-12-03 01:23:19 +07:00
Fully support on iOS 14+, iOS 12+ (Temporary workaround), untested on lower versions
2022-11-13 23:22:28 +07:00
2022-12-03 01:23:19 +07:00
Only tested on iOS 14.3 (unc0ver), 14.5 (checkra1n), and 12.5.6 (Chimera) but it should work on other versions too
2022-07-20 16:47:06 +07:00
2022-05-07 15:52:14 +07:00
iOS-DiscordPresence utilizes Discord API that is outside OAuth2/bot API scope.
``/api/v6/presences` `
2022-11-13 23:31:01 +07:00
Automating normal user accounts (generally called "self-bots") outside of the OAuth2/bot API is a **violation** of Discord [Terms Of service ](https://discord.com/terms ) & [Community Guidelines ](https://discord.com/guidelines ), and can result in account termination if found. **I do not take any responsibility, liability, or anything that happened to or on your Discord Account.**