Hi, I would like to exclude IPAD device from my App. In IOS keys setup I use UIDevice Family=1 what means only Iphone\Ipod supporting, but unfortunately it seems like compiler does not use this parameter(or use None ) and I always get code with supporting for all Apple devices. How I can solve that issue and get code only for Iphone?
Also , how to make localisation to RU instead of EN ES?