Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TommeyChang committed Aug 22, 2021
1 parent ef90a0a commit 92e1a28
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions uploadipa/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# ipaupload
Upload iOS apps to App Store Connect with GoLang

Upload iOS apps to App Store Connect with GoLang

Our code is based on the codes [ios-uploader](<https://github.com/simonnilsson/ios-uploader>) , a Node.js for uploading iOS apps to App Store Connect.
Our code is based on the codes [ios-uploader](<https://github.com/simonnilsson/ios-uploader>) , a Node.js implementaion for uploading iOS apps to App Store Connect.

**Note**
* The appPWD is not the password for login, it is generated for uploade the specific app in you account.
Expand All @@ -20,6 +20,7 @@ result, response, err := uploadipa.RunUpload(user, appPWD, filePath)
* The retry times is 3.

## Step by step usage

```
import github.com/TommeyChang/go-pkg/uploadipa
Expand All @@ -40,6 +41,4 @@ if err != nil {
}
resutl, response, err := proc.UploadWithTickets(tickets)
```

0 comments on commit 92e1a28

Please sign in to comment.