How to get the current image of the device (as shown in iTunes)?

Is there a way to get an image of the current iOS device? I mean the photo of the white iPhone 5, if I run the code on the white iPhone 5, the image of the black iPad mini, when working on the black iPad mini and so on. Apple shows this picture in iTunes for the current device: enter image description here

both on Xcode devices and I think this image is included somewhere and hopefully it can be accessed in the code that will be shown to the user (for example, "your current device image").

+4
source share
1 answer

Apple currently does not allow device color to be obtained, at least from the Public API.

, API Apple Private, App Store. API, , , , . , , if .

0

All Articles