IosAppStoreDistributor class

Distribute your app on the iOS App store.

Inheritance

Constructors

IosAppStoreDistributor({required FlutterPublish flutterPublish, required PlatformBuild platformBuild, required String appleUsername, required String apiKeyId, required String apiIssuerId, required String apiPrivateKeyBase64, required String contentProviderId, required String teamId, bool? isTeamEnterprise, required String distributionPrivateKeyBase64, required String distributionCertificateBase64})

Properties

apiIssuerId String
final
apiKeyId String
final
apiPrivateKeyBase64 String
final
appleUsername String
final
contentProviderId String
final
distributionCertificateBase64 String
This may can be removed once getting certificates is implemented in fastlane https://developer.apple.com/documentation/appstoreconnectapi/list_and_download_certificates
final
distributionPrivateKeyBase64 String
final
distributorType PublishDistributorType
finalinherited
flutterPublish FlutterPublish
finalinherited
hashCode int
The hash code for this object.
no setterinherited
isTeamEnterprise bool
final
platformBuild PlatformBuild
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
teamId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish() Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

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