Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

enhancement: Support Phased Releases #126

Closed
Sherlouk opened this issue Dec 14, 2020 · 2 comments
Closed

enhancement: Support Phased Releases #126

Sherlouk opened this issue Dec 14, 2020 · 2 comments
Labels

Comments

@Sherlouk
Copy link
Sponsor Contributor

https://developer.apple.com/documentation/appstoreconnectapi/app_store_version_phased_releases

For our use case we need to be able to load the phased release information for a given version of the app (the URL is available through a relationship link but no data).

GET https://api.appstoreconnect.apple.com/v1/appStoreVersions/UUID/appStoreVersionPhasedRelease

{
  "data": {
    "type": "appStoreVersionPhasedReleases",
    "id": "UUID",
    "attributes": {
      "phasedReleaseState": "ACTIVE",
      "startDate": "2020-12-14T10:16:45Z",
      "totalPauseDuration": 0,
      "currentDayNumber": 1
    },
    "links": {
      "self": "https://api.appstoreconnect.apple.com/v1/appStoreVersionPhasedReleases/UUID"
    }
  },
  "links": {
    "self": "https://api.appstoreconnect.apple.com/v1/appStoreVersions/UUID/appStoreVersionPhasedRelease"
  }
}
Sherlouk added a commit to Sherlouk/appstoreconnect-swift-sdk that referenced this issue Dec 14, 2020
Sherlouk added a commit to Sherlouk/appstoreconnect-swift-sdk that referenced this issue Dec 15, 2020
AvdLee added a commit that referenced this issue Dec 17, 2020
Addresses #126

Co-authored-by: Antoine van der Lee <ajvanderlee@gmail.com>
@github-actions
Copy link

This issue is stale because it has been open for 30 days with no activity. Remove the Stale label or comment or this will be closed in 10 days.

@github-actions github-actions bot added the Stale label Jan 14, 2021
@Sherlouk
Copy link
Sponsor Contributor Author

Done in #127

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant