asc-go icon indicating copy to clipboard operation
asc-go copied to clipboard

An App Store Connect API client for Go

Results 6 asc-go issues
Sort by recently updated
recently updated
newest added

Code: ``` resp, _, err := c.client.Provisioning.EnableCapability(ctx, capabilityType, []asc.CapabilitySetting{}, bundleID) ``` Response Error: ``` PATCH https://api.appstoreconnect.apple.com/v1/bundleIdCapabilities: 405 * 405 METHOD_NOT_ALLOWED – The request method is not valid for the resource...

error running get reporting sales and trends reports.. what's the name folder? how to fixing bug ? please help me thank you

## Description Adding "Manually Release an App Store Approved Version of Your App" endpoint that is missed in current version. Fixes # [(issue)](https://github.com/cidertool/asc-go/issues/7) ## Type of Change - [x] New...

Sometimes report the error: 401 NOT_AUTHORIZED – Authentication credentials are missing or invalid.\n\tProvide a properly configured and signed bearer token, and make sure that it has not expired. Not always...

There is a missed endpoint related to releasing an approved version of an app to the App Store. The endpoint reffered to is https://developer.apple.com/documentation/appstoreconnectapi/manually_release_an_app_store_approved_version_of_your_app.

## Description Modify examples that do not match the grammar of the README.md file Fixes # (issue) README.md file examples ## Type of Change - [x] Bug fix - [x]...