fastlane-old / deliver

Upload screenshots, metadata and your app to the App Store using a single command
https://fastlane.tools
2.24k stars 162 forks source link

Apple TV binary/screenshots/metadata not supporterd #528

Closed Alx06 closed 8 years ago

Alx06 commented 8 years ago

I'm trying to use fastlane deliver on a project that contains an iOS binary and a TV OS binary too. When using "fastlane init" I'm getting "only" the iOS metadata/screenshots, and not the Apple TV ones.

Is there a way to get them?

KrauseFx commented 8 years ago

This is now available in the next release :+1:

Alx06 commented 8 years ago

Thanks for taking that in account but I've installed version 1.7.0 and there is nothing new. Maybe I'm not using 'deliver' how I should, I just ran 'deliver init' and see only the ipad/iphone/ipone5 screenshots being downloaded (not the apple tv one's). But all screenshots are named with the suffix '_tv'.

I don't know what to do, sorry.

samrobbins commented 8 years ago

@Alx06 is the app an iOS tvOS hybrid that shares a single bundle id? If so we don't support that only a single bundle id to tvOS app currently. We need to change a lot in spaceship to support that. Let me know, happy coding.

Alx06 commented 8 years ago

Yes, this is an "universal" app, with a binary for iOS and one for TV OS. I should have said that before, sorry. Good luck for that!

fastlane-bot commented 8 years ago

This issue was migrated to https://github.com/fastlane/fastlane/issues/1540. Please post all further comments there.

fastlane is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket: