Rpj
Rpj

Reputation: 6110

How to automate capturing screenshots for an iOS app

iTunes play store expects a few screen shots before the mobile application is published to the store. How to automate capturing screenshots for an iOS app, are there any tools available ?

Upvotes: 0

Views: 814

Answers (1)

Simon
Simon

Reputation: 25983

Have you tried KIF? It's an automation framework intended for testing, but it can also be used to get your app into the state you want for taking a screenshot.

Upvotes: 1

Related Questions