Select devices that are not compatible with an app on swift 4

0

I have a question, I am developing an app in siwft 4, however the app that is developed does not have the IPad objective, there is a way to show an alert or something or to not let the app install if it is detected what is an IPad? Thanks in advance for your answers

    
asked by Judá Escalera 05.01.2019 в 03:49
source

1 answer

1

Hello that you can put in the target configuration.

Select the Target-> General-> Deployment Info. There is the option Devices, by default it is set in Universal, which means that it is an app for both iPad and iPhone. Change that configuration by selecting iPhone and now your app is only for iphones.

I leave you a ScreenShoot just in case

    
answered by 06.01.2019 / 16:17
source