How to make appstore screenshots

When we are developing IOS and launching the APP, we need to upload screenshots of 5.5-inch, 6.5-inch iphonex, 12.9-inch ipad and other sizes, and the screenshots cannot be the status bar of Android or other mobile phones, but must be screenshots of iPhone or iPad. This troubles many friends who don’t have ios devices or mac computers. If my application is compiled with tools such as hbuilder or apicloud, how can I generate screenshots of these devices?

We can use the banana cloud editing tool to synthesize pictures, which can help us merge online to generate screenshots of various sizes.
The address of the tool is as follows:

https://www.yunedit.com/jietu

 

The interface for generating screenshots is very simple:

 

Among them, you need to upload a picture that needs to be merged. Where does this original picture come from? If you develop with H5, you can use Google Chrome to take screenshots:

Use Google Chrome to take screenshots: first use debug mode, open h5 page in mobile mode, press "Ctrl+Shift+P" on the keyboard, and then search for "Capture full size screenshot" in the pop-up input box.
Note the first letter of Capture Be sure to capitalize, and then click Capture full size screenshot to take a screenshot.

It's as simple as that. Use Google Chrome to take a screenshot, and then use Banana Cloud to merge screenshots of various sizes, including Apple's status bar and bottom horizontal bar.

Guess you like

Origin blog.csdn.net/handsome0916/article/details/108238090