mirror of
https://github.com/YuzuZensai/iOS-Discord-Presence.git
synced 2026-09-13 10:48:52 +00:00
📚 docs: Update README
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# 🎮 iOS-DiscordPresence
|
# 🎮 iOS-DiscordPresence
|
||||||
|
|
||||||
|
> [!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?](https://github.com/YuzuZensai/DiscordMobilePlayingCLI)
|
Jailbreak tweak that implements Discord Playing Presence like Samsung Game Launcher. [How does this tweak work?](https://github.com/YuzuZensai/DiscordMobilePlayingCLI)
|
||||||
|
|
||||||
This is my first jailbreak tweak <3, so it might not be perfect
|
This is my first jailbreak tweak <3, so it might not be perfect
|
||||||
@@ -7,36 +12,41 @@ This is my first jailbreak tweak <3, so it might not be perfect
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
## ✨ Features
|
## Features
|
||||||
|
|
||||||
- Detect running games and show them on your Discord!
|
- Detect running games and show them on your Discord!
|
||||||
- Fetch Discord token from the iOS Discord Application
|
- Fetch Discord token from the iOS Discord Application
|
||||||
- Built-in ratelimiter
|
- Built-in ratelimiter
|
||||||
|
|
||||||
## 🔧 Installation
|
## Installation
|
||||||
1. Download .deb from [release](https://github.com/YuzuZensai/iOS-DiscordPresence/releases) page (for repo, soon?)
|
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)
|
2. Install the .deb file (Using your package manager, or Filza)
|
||||||
3. Respring
|
3. Respring
|
||||||
4. Configure the tweak in the settings
|
4. Configure the tweak in the settings
|
||||||
|
|
||||||
## 👜 Prerequisite
|
## Prerequisite
|
||||||
|
|
||||||
- [Theos](https://theos.dev/)
|
- [Theos](https://theos.dev/)
|
||||||
|
|
||||||
## 🔧 Building
|
## Building
|
||||||
|
|
||||||
1. Clone this repository
|
1. Clone this repository
|
||||||
2. Edit ``Makefile`` if needed
|
2. Edit ``Makefile`` if needed
|
||||||
3. Run ``make do`` to build and install on your device, ``make package`` to build, or ``make package FINALPACKAGE=1`` for production build
|
3. Run ``make do`` to build and install on your device, ``make package`` to build, or ``make package FINALPACKAGE=1`` for production build
|
||||||
|
|
||||||
## ⚠️ Disclaimers
|
## License
|
||||||
|
[MIT](./LICENSE)
|
||||||
|
|
||||||
|
|
||||||
|
## Disclaimers
|
||||||
|
|
||||||
Fully supports on iOS 14+, iOS 12+ (Temporary workaround), untested on lower versions
|
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
|
Only tested on iOS 14.3 (unc0ver), 14.5 (checkra1n), and 12.5.6 (Chimera) but it should work on other versions too
|
||||||
|
|
||||||
iOS-DiscordPresence utilizes Discord API that is outside OAuth2/bot API scope.
|
> [!CAUTION]
|
||||||
|
> iOS-DiscordPresence utilizes API that is outside OAuth2/bot API scope.
|
||||||
``/api/v6/presences``
|
>
|
||||||
|
> ``/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](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.**
|
>
|
||||||
|
> 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 on your Discord Account.**
|
||||||
|
|||||||
Reference in New Issue
Block a user