-
-
Notifications
You must be signed in to change notification settings - Fork 236
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sideloading notification with paid dev account #48
Comments
There's a long guide you have to go through haha. I'll post a guide when I'm free |
Thank you! Much appreciated. It'll help me a lot. |
Register app id
Generate Certificate Signing Request
Create distribution certificate
Create Ad Hoc profile
Install tools
$ brew install openssl@1.1
$ git clone https://github.com/zhlynn/zsign
$ cd zsign
$ chmod +x INSTALL.sh
$ ./INSTALL.sh Export certificate information
$ openssl pkcs12 -in yourcert.p12 -nocerts -nodes -legacy -out ios_dist.key
$ openssl pkcs12 -in yourcert.p12 -clcerts -nokeys -legacy -out ios_dist.pem Sign app
$ ./zsign -z 5 -k ios_dist.key -c <dist.cer> -m <adhoc.mobileprovision> -b <bundle.id> -n <app.name> -o <signed.ipa> <unsigned.ipa> Install app
|
Basically, you won't be using sideloadly at all. After it's signed you can just send it to your phone by any means (airdrop, finder over usb, even safari) |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
The description mentioned that while having account with enrolled Apple Developer Program it is possible to have notifications in a sideloaded app.
I have an Apple Developer Program enrolled, but don't have notifications. Are there any changes to be made in Sideloadly to have notifications?
The text was updated successfully, but these errors were encountered: