From 79a988831d7d8861388ab2f2976fb609a869bf69 Mon Sep 17 00:00:00 2001 From: gliddd4 <152733102+gliddd4@users.noreply.github.com> Date: Sun, 13 Jul 2025 12:16:34 -0400 Subject: [PATCH 1/9] Update enable-developer-mode.md --- docs/guide/enable-developer-mode.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guide/enable-developer-mode.md b/docs/guide/enable-developer-mode.md index 3a75b03..5e42e0c 100644 --- a/docs/guide/enable-developer-mode.md +++ b/docs/guide/enable-developer-mode.md @@ -2,13 +2,13 @@ This is required for anything sideloading related. -> **Warning**: Enabling developer mode will reduce security, as noted in Apple documentation. However, it is required for sideloading apps, so it's a trade-off. +> **Warning**: Enabling developer mode will (technically) reduce your device's security, as noted in [Apple's documentation](https://developer.apple.com/documentation/xcode/enabling-developer-mode-on-a-device). However, it is required for sideloading apps, so it's a trade-off. -1. Go to **Settings**, scroll down until you see **Privacy & Security**. +1. Open the **Settings** app, and scroll down until you see the **Privacy & Security** section. ![Privacy and Security](/images/others/privacy_and_security.jpeg) -2. Scroll to the bottom, where you should see the Developer Mode option. When you turn it on, you will be prompted to restart your device. +2. Scroll to the bottom in the **Privacy & Security** section, where you should see the Developer Mode option. When you turn it on, you will be asked to restart your device. ![Developer Mode](/images/others/developer_mode.jpeg) From 31693c110dfb649147e7e1891b7a02c66bd81d4e Mon Sep 17 00:00:00 2001 From: gliddd4 <152733102+gliddd4@users.noreply.github.com> Date: Sun, 13 Jul 2025 13:35:53 -0400 Subject: [PATCH 2/9] Update enable-developer-mode.md --- docs/guide/enable-developer-mode.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/guide/enable-developer-mode.md b/docs/guide/enable-developer-mode.md index 5e42e0c..1f634fd 100644 --- a/docs/guide/enable-developer-mode.md +++ b/docs/guide/enable-developer-mode.md @@ -13,3 +13,13 @@ This is required for anything sideloading related. ![Developer Mode](/images/others/developer_mode.jpeg) ![Turn On Developer Mode](/images/others/turn_on_developer_mode.png) + + +# How to fix developer mode not showing in Privacy & Security + +1. Connect your device to a Mac/Macbook +2. Trust the Mac on your device +3. Download & Open Xcode +4. Go to Window -> Devices And Simulators from the Xcode menu. +5. Unplug and replug your phone into the Mac. +6. Navigate to Settings then Privacy & Security, and the "Developer Mode" setting should appear. From 78c93fb12869b656eb9bf7a1bdb5591e530e2b01 Mon Sep 17 00:00:00 2001 From: gliddd4 <152733102+gliddd4@users.noreply.github.com> Date: Sun, 13 Jul 2025 13:38:59 -0400 Subject: [PATCH 3/9] Update enable-developer-mode.md --- docs/guide/enable-developer-mode.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/guide/enable-developer-mode.md b/docs/guide/enable-developer-mode.md index 1f634fd..f61aeda 100644 --- a/docs/guide/enable-developer-mode.md +++ b/docs/guide/enable-developer-mode.md @@ -17,9 +17,14 @@ This is required for anything sideloading related. # How to fix developer mode not showing in Privacy & Security +1. Installing a app via the websigner +2. Navigate to Settings then Privacy & Security, and the Developer Mode setting should appear. + +OR + 1. Connect your device to a Mac/Macbook 2. Trust the Mac on your device 3. Download & Open Xcode 4. Go to Window -> Devices And Simulators from the Xcode menu. 5. Unplug and replug your phone into the Mac. -6. Navigate to Settings then Privacy & Security, and the "Developer Mode" setting should appear. +6. Navigate to Settings then Privacy & Security, and the Developer Mode setting should appear. From e4e77844ec367482bdf1abe7d589dd8bc5e97223 Mon Sep 17 00:00:00 2001 From: gliddd4 <152733102+gliddd4@users.noreply.github.com> Date: Sun, 13 Jul 2025 13:49:25 -0400 Subject: [PATCH 4/9] Update get-started.md --- docs/get-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/get-started.md b/docs/get-started.md index 1bb88f8..761f283 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -4,6 +4,6 @@ Welcome to sideload.wiki! ## Overview -These guides are tailored for DxSign users, but they can also be applied to other providers. +These guides are tailored for DxSign users, but they can also be applied to other certificate providers. -> **Tip:** We are actively working to add more guides to this site. If you notice any errors, please contact us through our Discord Support. +> **Tip:** We are actively working to add more guides to this site. If you notice any errors/inconsistencies, please contact us through our [Discord Support](https://discord.gg/n9gCG3U5Yf) From 63d4613cadee805faa9ec561e8bc99e50f4c770c Mon Sep 17 00:00:00 2001 From: gliddd4 <152733102+gliddd4@users.noreply.github.com> Date: Sun, 13 Jul 2025 13:53:27 -0400 Subject: [PATCH 5/9] Update enable-developer-mode.md --- docs/guide/enable-developer-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/enable-developer-mode.md b/docs/guide/enable-developer-mode.md index f61aeda..4d90bbc 100644 --- a/docs/guide/enable-developer-mode.md +++ b/docs/guide/enable-developer-mode.md @@ -17,7 +17,7 @@ This is required for anything sideloading related. # How to fix developer mode not showing in Privacy & Security -1. Installing a app via the websigner +1. Install a app via a [websigner](https://ipasign.pro) 2. Navigate to Settings then Privacy & Security, and the Developer Mode setting should appear. OR From 5db48e1317cdf7e46503734cc3d6c5fa1664081a Mon Sep 17 00:00:00 2001 From: gliddd4 <152733102+gliddd4@users.noreply.github.com> Date: Mon, 14 Jul 2025 09:47:32 -0400 Subject: [PATCH 6/9] Update enable-developer-mode.md --- docs/guide/enable-developer-mode.md | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/docs/guide/enable-developer-mode.md b/docs/guide/enable-developer-mode.md index 4d90bbc..1fac331 100644 --- a/docs/guide/enable-developer-mode.md +++ b/docs/guide/enable-developer-mode.md @@ -15,16 +15,7 @@ This is required for anything sideloading related. ![Turn On Developer Mode](/images/others/turn_on_developer_mode.png) -# How to fix developer mode not showing in Privacy & Security +# Fix developer mode toggle not appearing -1. Install a app via a [websigner](https://ipasign.pro) -2. Navigate to Settings then Privacy & Security, and the Developer Mode setting should appear. - -OR - -1. Connect your device to a Mac/Macbook -2. Trust the Mac on your device -3. Download & Open Xcode -4. Go to Window -> Devices And Simulators from the Xcode menu. -5. Unplug and replug your phone into the Mac. -6. Navigate to Settings then Privacy & Security, and the Developer Mode setting should appear. +1. Install a app via a [websigner](https://sideload.wiki/guide/websign.html) +2. Open the Settings app and then Privacy & Security. The Developer Mode toggle should appear at the bottom. From d3daa0e01880c6cb032266253148ddfa041771fd Mon Sep 17 00:00:00 2001 From: gliddd4 <152733102+gliddd4@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:01:52 -0400 Subject: [PATCH 7/9] Update dxsign.md --- docs/faq/dxsign.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/faq/dxsign.md b/docs/faq/dxsign.md index e7db82c..a17c3b2 100644 --- a/docs/faq/dxsign.md +++ b/docs/faq/dxsign.md @@ -18,7 +18,7 @@ We provide all available entitlements to every customer. If you're here for Fort ### I recently made a purchase, and it's been 72 hours without receiving an email. -This means that Apple is taking longer to process your device, which is beyond our control. You will receive an email eventually, so please be patient. If it has been more than 4 days, we recommend creating a support ticket, and we will investigate the issue for you. +This means that Apple is taking longer to process your device, which is beyond our control. You will receive an email eventually, so please be patient. If it has been more than 4 days, we recommend creating a support ticket in our [Discord Support](https://discord.gg/n9gCG3U5Yf), and we will investigate the issue for you. ### My dashboard indicates that my device has been blacklisted. @@ -26,12 +26,12 @@ This means your device is flagged by the Apple Developer Program and cannot be u ### How does instant delivery work? -The first 10 devices registered under our accounts are processed instantly, and we filter purchases accordingly. +The first 10 devices registered under our accounts are processed instantly by Apple, and we filter purchases accordingly. ### How can I pay via other payment method? -Please create a support ticket in our Discord server, and we will check if we can accept your preferred payment method. We will provide you with a voucher that you can redeem on our website. +Please create a support ticket in our [Discord Support](https://discord.gg/n9gCG3U5Yf), and we will check if we can accept your preferred payment method. We will provide you with a voucher that you can redeem on our website after you pay. ### How does revoke protection work? -If any of our accounts get revoked, we will transfer your existing device to another account that we own. If you didn't select this option, you'll need to make a new purchase. +If the account you're on get revoked, we will transfer your existing device to another account that we own. If you didn't select this option, you'll need to make a new purchase. From dd9e9f1375731c64187deda25d773714489ac87d Mon Sep 17 00:00:00 2001 From: gliddd4 <152733102+gliddd4@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:02:44 -0400 Subject: [PATCH 8/9] Update README.md --- docs/guide/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/README.md b/docs/guide/README.md index c6d460a..d2293bd 100644 --- a/docs/guide/README.md +++ b/docs/guide/README.md @@ -33,4 +33,4 @@ If you have questions about sideloading or our services, check out our [FAQ sect ## Need Help? -If you encounter any issues following these guides or have suggestions for new content, please join our Discord community for support. +If you encounter any issues following these guides or have suggestions for new content, please join our [Discord Support](https://discord.gg/n9gCG3U5Yf). From ef096daf3fdef2729e579dec83bcf23aa969da44 Mon Sep 17 00:00:00 2001 From: gliddd4 <152733102+gliddd4@users.noreply.github.com> Date: Mon, 14 Jul 2025 10:09:41 -0400 Subject: [PATCH 9/9] Update dxsign.md --- docs/faq/dxsign.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/faq/dxsign.md b/docs/faq/dxsign.md index a17c3b2..2012af4 100644 --- a/docs/faq/dxsign.md +++ b/docs/faq/dxsign.md @@ -24,6 +24,10 @@ This means that Apple is taking longer to process your device, which is beyond o This means your device is flagged by the Apple Developer Program and cannot be used or fully registered for a period of 14 to 30 days. Common reasons for this include signing up with a similar signing provider (e.g., Signulous). Devices can only be unblacklisted by re-registering them and waiting for the blacklist period to lift, which will make their UDID available for full registration again. Unfortunately, we cannot determine if your device is blacklisted until after 3 days of registration. You will receive an email regarding this issue and instructions on how to proceed. +### Where can I find my dxsign support id? + +Login to [dxsign](https://dxsign.cc), click your profile picture, then click manage account. + ### How does instant delivery work? The first 10 devices registered under our accounts are processed instantly by Apple, and we filter purchases accordingly.