createAppStoreProfile abstract method

Future<AppleProvisioningProfileDto> createAppStoreProfile({
  1. required String name,
  2. required String bundleIdId,
  3. required String certificateId,
})

Creates an App Store profile for one bundle identifier and certificate.

Implementation

Future<AppleProvisioningProfileDto> createAppStoreProfile({
  required String name,
  required String bundleIdId,
  required String certificateId,
});