Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

deliver isn't able to upload screenshots (Apple Watch?) #373

Closed
enricenrich opened this issue Sep 30, 2015 · 8 comments
Closed

deliver isn't able to upload screenshots (Apple Watch?) #373

enricenrich opened this issue Sep 30, 2015 · 8 comments
Labels

Comments

@enricenrich
Copy link

Hi,

I've just installed the last version of deliver, removed the old files and did deliver init, and everything worked fine, until I did deliver to update the metadata of an app (just metadata). It uploaded all the new metadata changes, but also started uploading the screenshots (that I didn't change). After trying to upload the second screenshot, deliver stopped with an error. I attach an screenshot so you can see it.

3g49v9ev

@KrauseFx
Copy link
Collaborator

@enricenrich Ahh, okay, so the Watch screenshots were downloaded, and when uploading again it tries to upload the  watch screenshots? This is an open task I need to implement #353

@enricenrich
Copy link
Author

Any idea when this will be fixed? :)

@KrauseFx
Copy link
Collaborator

I'm trying my best over here.

@enricenrich
Copy link
Author

Thanks! Please, let us know when it's fixed! :)

@lacostej
Copy link
Contributor

@KrauseFx try lower casing Watch here:

def device_type
      matching = {
        ScreenSize::IOS_35 => "iphone35",
        ScreenSize::IOS_40 => "iphone4",
        ScreenSize::IOS_47 => "iphone6",
        ScreenSize::IOS_55 => "iphone6Plus",
        ScreenSize::IOS_IPAD => "ipad",
        ScreenSize::MAC => "mac",
        ScreenSize::IOS_APPLE_WATCH => "Watch"
      }
      return matching[self.screen_size]
    end

@KrauseFx
Copy link
Collaborator

@enricenrich You can always upload the watch screenshots manually in the mean-time 😉

@KrauseFx
Copy link
Collaborator

@lacostej looks good, thanks for the tip.

@fastlanebot
Copy link

This issue was migrated to fastlane/fastlane#2200. 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 🚀

@fastlane-old fastlane-old locked and limited conversation to collaborators Mar 11, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

4 participants