fastlane-plugin-appcenter: Can't upload binary after app created

Hi, I have issue about uploading binary file after app created automatically. Logs & configuration are below. Any ideas?

Config

	appcenter_upload(
  		api_token: ${TOKEN},
  		owner_name: ${MY_ORGANIZATION},
  		owner_type: "organization",
  		app_name: "APP-NAME",
  		file: "App.ipa",
    	        release_notes: "release notes",
    	       app_os: "iOS",
    	       app_platform: "Objective-C-Swift"
	)

Console Logs [11:38:50]: Unknown platform ‘’, consider using one of: [:android, :ios, :mac, :windows, :custom] [11:38:51]: Created iOS/Objective-C-Swift app with name “${APP-NAME}” and display name “${APP-NAME}” for organization “${MY_ORGANIZATION}” [11:38:51]: Starting release upload… [11:38:52]: Not found, invalid owner or application name

About this issue

  • Original URL
  • State: open
  • Created 5 years ago
  • Reactions: 2
  • Comments: 16 (5 by maintainers)

Most upvoted comments

Would be good to know why this was closed? The documentation makes it clear that an app can be created in App Center automatically if it does not already exist when you try to upload using this plugin, however this is clearly not the case due to this issue which I have also experienced.

It would be nice to have a fix for this problem but I understand that may take longer and might not be something this plugin can fix without changes to App Center’s APIs, however at the least I think the documentation for this plugin should be updated to reflect that we cannot create an app in App Center immediately prior to uploading as otherwise other users of this plugin like myself will waste time trying to figure out why this doesn’t work.