Posts

Showing posts from October, 2016

Framing your app store screenshots with device frames using frameit from fastlane

Image
I have already written about how  fastlane  can make uploading screenshots to iTunesConnect easier and in this post  and in this post I will talk about another one of it's very useful tools i.e. frameit . If you look at App Store screenshots for my iOS app  My Day To-Do , you will see that they look great with a nice device frame around them, something which I achieved using the frameit gem from fastlane. The documentation on frameit as of now doesn't talk about everything and learning how to use it takes a bit of effort which is fair enough I suppose. I mean they gave us a great tool so it is only fair that we contribute to it somehow so in this post, I will talk about what I learned while using frameit to frame my App Store screenshots. There were some rules I had to follow to successfully use frameit for my iOS app and here I will share what I learned so it saves the next person learning to use it some time. Ohh and in my quest to save the next pe...