appstore_connect 0.3.2
appstore_connect: ^0.3.2 copied to clipboard
Dart client for Apple App Store Connect API
0.3.2 #
- Update dart_jsonwebtoken to ^3.3.1 and intl to ^0.20.2
- Fix JWT token generation to use UTC times for RFC compliance
- Export Territory model from main library
0.3.1 #
- Support AppStoreVersionReleaseRequest
0.3.0 #
- Add support for reviewSubmissions
0.2.1 #
- Fix content-type parsing error, see https://github.com/dart-lang/http/issues/180
0.2.0 #
- Support for basic in-app purchase operations
0.1.2 #
- Add missing releaseType property to AppStoreVersion
0.1.1 #
- Allow AppStoreVersion to reflect requested changes
0.1.0 #
- Extract AppStore Connect API related parts from fasttrack