AppStoreConnect class

Constructors

AppStoreConnect(String _issuer, String _keyId, String _keyFilePath)
_issuer Your issuer ID from the API keys page in App Store Connect

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

downloadProfile(String profileId) Future<Profile>
Downloads a specific provisioning profile which is defined by the profileId
getAllBuilds() Future<List<Build>>
Gets a list of all uploaded builds
getAllProfiles() Future<List<Profile>>
Gets a list of all provisioning profiles
loadKeyFileContent() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited