Hi, guys today I am going to teach about how to deploy the IOS app in AppStore in the ionic framework?
Step 1:
First, we want to go config.xml and change the app name & app id
Like this:
Step 2:
Go to apple developer account and create new App Id (Apple Developer Account).
Step 3:
At the right corner of the panel, you can see plus symbol to add the new project.
And finally, press continue button and register the project in Apple developer account.
Step 5:
Go to the project and type following command in terminal. we need to build the project to upload in Appstore.
ionic cordova build ios --prod
After build the project you need to go ionic.xcodeproj or ionic.
xcworkspace symbol like this.
Step 1:
First, we want to go config.xml and change the app name & app id
Like this:
Go to apple developer account and create new App Id (Apple Developer Account).
At the right corner of the panel, you can see plus symbol to add the new project.
Step 4:
We need to fill the App name (eg: Ionic) and bundle name of the project (eg: com.ionic.in).
And finally, press continue button and register the project in Apple developer account.
Step 5:
Go to the project and type following command in terminal. we need to build the project to upload in Appstore.
ionic cordova build ios --prod
After build the project you need to go ionic.xcodeproj or ionic.
xcworkspace symbol like this.
ionic.xcodeproj ionic.xcworkspace
Step 6:
I mostly prefer ionic.xcworkspace file. open the file and check the application name, version and signing column.
Step 7:
Go and check in Product /Edit Scheme /Archive is in release mode.
Whether check Archive is release mode.Then only app is upload to iTunes connect.
Step 8:
Go and set the activity scheme as Generic ios device.It's in the left corner of the application.
Step 9:
Finally, go to Product/Archive to finally to build the app. It takes a time to build the project.
After the project build new window will be open to upload the app on iTunes connect.
And finally, upload the app to iTunes connect.........
how to deploy the IOS app in Appstore in ionic framework?
Reviewed by Sudhan
on
December 23, 2017
Rating:
No comments: