Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allwin199/ios_deployment
https://github.com/allwin199/ios_deployment
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/allwin199/ios_deployment
- Owner: allwin199
- Created: 2024-05-16T04:40:02.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-01T12:31:12.000Z (6 months ago)
- Last Synced: 2024-06-02T12:13:44.436Z (6 months ago)
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flutter Ios deployment steps
Step1: Change app Icon
Step2: Change app name
```
Open Xcode -> Open project -> -> ios -> Runner.xcworkspace -> Runner -> Identity(General Tab) -> Display Name
```Step3: Create an app store developer account
```
https://developer.apple.com/programs/ -> Enroll (top right)
```Step4:
```
https://appstoreconnect.apple.com/login
```Step5:
```
Naviagte to `MyApps` after logging in -> Click `+` icon -> New App
```Step6: Register a new Bundle ID -> click on certificates, Identifiers and Profiles -> continue -> Register(top right)
Step7: Check whether the bundle Id is created
```
https://appstoreconnect.apple.com
```Step8: Create SKU
Step9: Select `Full access`
Step10:
```
Navigate to `MyApps` -> select the new app
```Step11: Select `TestFlight` from the top -> fill all the necessary details -> save
Step12:
```
open the project in Xcode and open the Runner.xcworkspace
```Step13:
```
go to signing&capabilities -> Team -> slect the developer account
```Step14:
```
select the bundle ID -> also check the Automatically manage singning
```Step15:
```
On Top select `Any Ios device`
```Step16:
```
Product(top menu) -> Archive
```Step17:
```
once the archive is created -> Distribute App (to upload the app to App Store Connect) -> select App Store Connect -> click next -> click upload
```Step18:
```
https://appstoreconnect.apple.com -> My Apps -> Select the app -> Test Flight
```Step19:
```
Select our app -> Test Flight -> Test Information -> Add new Testers
```