Feather iOS app is an Opensource Ondevice iPA signer/installer tool built with UIKit. You can use this app to sign unlimited iPA files with or without having an Apple developer Certificate.
This advanced iPA supports Legacy and 2.0 repo structures, which means unlike the Esign iOS app, this tool supports AltStore Repos. Also, you can import your own IPAs and configurable the signing options like:
- App Name
- Bundle ID
- Version
- Other Plist Options.
Also, the Feather iOS app allows users to inject tweaks while signing the IPAs and import and manage multiple .p12 certificates. This helps users Re-sign from the same iPA file with different developer certificates.
Like the Gbox iOS App, this app allows users to install applications straightly over the air, which improves the signing process.
Download the Feather iOS App.
The Feather Development team released two types of installation files: one for regular iPA signers and the other for Trollstore users.
To install the Feather iOS app, you can use the Feather Patcher tool. This tool helps you install Feather iOS Signer Online without using a PC or Signing Tools like 9 Installer.
Install Feather Online
Feather Patcher tool allows users to install the free version; this means you can install the Feather iPA app on their device freely, but it uses a community-available distribution certificate to sign the Feather iPA file. You can download this app freely until Apple revokes this certificate. Once revoked, you must wait until the following community certificate. But if you don’t like seven days of resigning and certificate revoke issues, you can use the Feather Patcher VIP option; this will get some donations from you for the development needs.
How to install the Feather iOS App
Here is the step-by-step process for installing the Feather iOS app online without using a Mac, Linux, or Windows PC.
Step 01: Download and Install the Feather Patcher iOS app
Download the Feather Patcher Online App
Step 02: To install the app, Go to iPhone/iPad Settings > General > VPN & Device Management > under Configuration Profile > Tap on Feather > Install
Step 03: Open the Feather Patcher App and run Patch 01 (Free), Allow some time and it will prompt you to install a popup. Tap on Install.
Step 04: Open the installed Feather App and sign up for unlimited apps.
Feather App Features
- Altstore repo support. Supporting Legacy and 2.0 repo structures
- Import your own .ipa’s.
- Inject tweaks when signing apps.
- Install applications straight to your device seamlessly over the air.
- Allows multiple certificate imports for easy switching.
- Configurable signing options. (name, BundleID, version, other plist options)
- It is meant to be used with Apple Accounts that are part of the ADP (Apple Developer Program). However, other certificates can also work!
- Easy resigning! If you have another certificate you want to use on an app; you may resign and reinstall that same app!
- There will be no tracking, analytics, or anything of the sort. Your information, such as UDID and certificates, will never leave the device.
Install Feather via SIdeloadly:
The Feather iOS iPA installer can be installed via the Sideloadly tool. This is another iPA sideloading tool, but it requires a PC. To sideload the Feather iOS app via Sideloadly, follow the guide below.
Step 01: Download and configure the Sideloadly tool
Step 02: Open or Drag & Drop the Feather iOS iPA file into the Sideloadly tool
Step 03: Connect your iDevice to your PC
Step 04: Tap the start button to begin the sideload signing process
Step 05:Open the installed Feather iOS app and follow the on-screen instructions.
How to Use Feather iPA Signer
Feather allows users to sign iPA files with the Developer or distributor Certificate files. Once you have installed the Feather iOS app, you must import the Developer or Distributor certificate files(which contain a pair of .p12 and .mobileprovision files). While importing the Certificate files, you will have a popup asking you to enter the Certificate .P12 file password. After entering the password, import the .mobileprovision file.
Feather iOS Releases:
v1.0.3
- Fix issue with applications not attempting to sign if CFBundleDisplayName wasn’t present
- Add Turkish (tr) localization. by @ismailcarlik in #111
v1.0.2 –
- Added alternative installation method named Online Install Method recommended to use if you’re on iOS 18
- The alternative method contacts an external server which gives you a plist file in return, no data is collected during this operation: Server.swift#L84-L105.
- Added an option to open an application
- Added photo picker option for changing signed app icons
- Added sorting options for stores
- Options are: Default, Name, and Date
- Another fallback was added to display descriptions correctly in certain repositories.
- Improve some code related to the URL schemeā¦ feather://source/
Some general code improvements