-
-
Notifications
You must be signed in to change notification settings - Fork 57
Using an Apple Developer Account
This page will guide you to getting the proper files from your account associated with ADP
(Apple Developer Program)
-
Open up keychain access on your macOS device
- Find Certificate Assistant
- Request a Certificate from a Certificate Authority
Input a personal email address into the user email address section, enter a common name, and enter the email associated with your apple developer account under the CA address section. Select saved to disk, and then proceed.
-
Head over to the apple developer portal, go to the certificates section, select apple distribution, and then upload your certificate request (we generated this in the previous step)
- Download your
.cer
file after this step
- Download your
-
Import the
.cer
file into keychain access (drag and drop works fine) -
You will now be able to select the certificate and export as a
.p12
file. (This step will have you make a password, remember this for the end)
- Go back to the apple developer profile and under identifiers, create a new app id. Make this app id explicit rather than wildcard, land enter your preferred reverse-domain name string (com.blank.yourshere as an example), enable the push notification capability, and now you've got your app id.
- If you haven't already, add your iOS device under the devices section with your UDID.
- Use iTunes to find your UDID
- Or use udid.tech to see what your UDID is, has to be downloaded on device
- Under profiles, register one under adhoc distribution, select your app id that you have created previously, and select your iOS device of which you have added under the devices tab
- Click continue and you will obtain your
.mobileprovision
- Click continue and you will obtain your
- Download the latest Feather ipa from https://github.com/khcrysalis/Feather/releases
- Go to sign.kravasign.com
- Upload all the neccessary files
-
.p12
,.mobileprovision
,.ipa
, and type in the certificate password
-
- Press
sign
, and it will proceed to install.
- Upload all the neccessary files
This will guide you on how you will import your certificates to Feather
- Make sure Feather is installed and on your homescreen
- Open Feather and go to the settings tab in the bottom left corner, scroll down to signing and add your files
- Password for this certificate will be the one you entered earlier
Congratulations, you can now sign and install any ipa with Feather
Do you need help? Open an Issue! | Made with 💖 by Samara M & Contributors