Sideloading notification with paid dev account #51
-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
There's a long guide you have to go through haha. I'll post a guide when I'm free |
Beta Was this translation helpful? Give feedback.
-
Thank you! Much appreciated. It'll help me a lot. |
Beta Was this translation helpful? Give feedback.
-
Register app id
Generate Certificate Signing Request
Create distribution certificate
Create Ad Hoc profile
Install tools
$ brew install [email protected]
$ 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
|
Beta Was this translation helpful? Give feedback.
-
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) |
Beta Was this translation helpful? Give feedback.
-
@SoCuul, I was able to sign and install an app, but push notifications doesn't work :( Probably some steps are missing, because the same app installed using the same dev account through appdb supports push notifications. How can I diagnose why there is no push? |
Beta Was this translation helpful? Give feedback.
Register app id
Generate Certificate Signing Request
Keychain Access
app on your mac.