IPA GENERATION IN IOS

IPA Generation Process

Step1:
First Open the Keychain Access at the top click on Keychain Access select certificate assistant and click Request a Certificate From a Certificate Authority . It will open Cetificate Information , enter User Email Address andclick on Saved to disk and click Continue. Next click Save button.It will generated .certSigningRequest file.
Step2:
Open browser and type https://developer.apple.com/ . Then click on Account
enter credentials and sign in the Account,then it will open the account. From left side menu select Certificates, IDs & Profiles ,then click on add [+] button. Inside the Development select the iOS App Development then click Continuebutton. Next click Continue button next , choose the file from previously you generated.certSigningRequest file then click Continue.
Next click Download button. Finally it is downloaded .cer file. Next click on Done.
Step3:
Double click on .cer file. It will open in keychain access. When it is opening time it will ask system password .
Step4:
Open the terminal and type the following commands
1. npm install
2. ionic serve
3. ionic cordova build ios –prod

Next double click on pramaan.xcworkspace , it is there in your project directory like Pramaan→platforms→ios→pramaan.xcworkspace .
It will open in your Xcode .
Step5:
At the top click on Xcode→preferences ,it will open dialog box as Accounts , “left side Apple IDs” select your Apple ID and in right side select Role as Agent ,then click Download Manual Profiles
Step6:
next goto Xcode at the top click General , next goto Signing select Team .
Step7:
at the top click Build Settings and goto Signing inside signing Code Signing Identity inside code signing identity Release in that select iOS Developer
ex: Build Settings-> Signing-> Code Signing Identity-> Release->iOS Developer
Step8:
at the top click on Product , then click on Clean . After clean succeeded next at the top click on Product , then click on Build . After build succeeded next at the top click on Product , then click on Archive .
Step8:
Next it will open new window at the right side click Export button, it will open new window, in that window select Development then click Next button.






Step9: 
Next App Thinning, in that select All compatable device variants then clickNext button.
Step10:
Next select Automatically manage sining then click Next button .
Step11:
Next click Export button , next you want to change the name change in Export As: then click Export button.
Ex: the name like pramaanOCT2018
Step12: 
next search in your system folder for pramaanOCT2018 , then double click on this folder ,next click Apps find Pramaan.ipa
pramaanOCT2018-> Apps→Pramaan.ipa
Step13:
Next open browser type https://www.diawi.com/ in the find Upload your appdrag the .ipa file from Apps folder and drop here ,then click Send button .It will generate one link, finally test this link.

Comments

Popular posts from this blog

Your app currently targets API level 27 and must target at least API level 28 to ensure it is built on the latest APIs optimized for security and performance. Change your app's target API level to at least 28

ionic project creation

change root user in ubuntu