AppStoreConnect class Null safety
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.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
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 non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited