Cydia Url Https Cydia.saurik.com Api Share Source Https Iosgods.com Repo 〈8K〉
cydia://url/https://saurik.com is a custom URL scheme designed to automatically add a new repository to , an alternative app store for jailbroken iOS devices. What is iOSGods Repo? is a popular community that provides game cheats modded apps jailbreak tweaks
. Adding their official repository to Cydia allows users to download these modifications directly to their device. How to Add the Source to Cydia
If the automated link does not work, you can manually add the repository by following these steps: Open Cydia on your jailbroken iPhone, iPad, or iPod touch. Tap on the tab at the bottom of the screen. in the top-right corner, then tap in the top-left corner. Enter the URL:
This specific URL structure is a deep-link command used on jailbroken iOS devices to automatically add the iOSGods Repository to the Cydia package manager. By using the cydia.saurik.com API sharing service, developers can create a link that, when tapped, prompts Cydia to open and register a new source, in this case, https://iosgods.com/repo. What is the iOSGods Repo? cydia://url/https://saurik
The iOSGods repository is a popular third-party source for jailbroken users, specializing in game modifications (hacks), cheats, and exclusive system tweaks.
Game Mods: Access to modified IPAs for popular games featuring unlimited currency, "god mode," and other unlocked features.
Exclusive Tweaks: Tools like iGameGod, which allow for in-game memory editing and cheat injection, are hosted primarily on this repo. Do not rely on this endpoint for new development
Frequent Updates: The repo is actively maintained to ensure compatibility with newer game versions and jailbreak environments. How to Add the Source to Cydia
While the deep link simplifies the process, you can also add the repository manually within the Cydia app:
Launch Cydia on your jailbroken device and tap the Sources tab. Tap Edit in the top right, then Add in the top left. 🧩 Feature Overview Feature Name: 📦 Smart Repo
In the popup that appears, type or paste the exact URL: https://iosgods.com/repo/. Tap Add Source and wait for Cydia to refresh its database.
Once finished, tap Return to Cydia to browse the new packages. Why This URL Structure Exists
For accessing cydia.saurik.com/api/share:
- Do not rely on this endpoint for new development. It is considered deprecated.
- If you need to share a package, use a direct
cydia://url/scheme instead of the HTTPS API.
🧩 Feature Overview
Feature Name:
📦 Smart Repo Import via cydia:// URLs
Goal:
Allow users to tap a cydia://url/https/cydia.saurik.com/api/share?... link and have the package manager:
- Parse the URL
- Extract the target repository URL
- Prompt to add the repo (with name validation and SSL check)
4. Troubleshooting the “cydia.saurik.com/api/share” part
If you have a link like:
https://cydia.saurik.com/api/share#?source=https://iosgods.com/repo
- Do not paste the whole thing into Cydia’s Add Source box.
- Extract only the repo URL after
source=. In this case:
https://iosgods.com/repo - Sometimes that API link opens Cydia automatically on old iOS versions. If it doesn’t, manually add the extracted URL.
Prerequisites
- A jailbroken iPhone/iPad (iOS 9–14 is ideal; iOS 15–16 with rootless jailbreaks like Dopamine may still work).
- Cydia installed (or a modern alternative like Sileo or Zebra – though this guide focuses on Cydia).
- A working internet connection.
Example HTML button
<a href="https://cydia.saurik.com/api/share?source=https%3A%2F%2Fiosgods.com%2Frepo">Add iosgods Repo in Cydia</a>