iOS Question Excluding Iphone4 series

tufanv

Expert
Licensed User
Longtime User
Hello,

On some websites I saw that there are some tricks to exlude iphone4 series from the appsotre for my app ( they say use only arm7v or 64 ) . I cant customize my app to run on iphone 4 , it is too slow and have small screen . So what can i do for this ?
 

tufanv

Expert
Licensed User
Longtime User
Hm. But it is impossible for the app to run on iphone4 also i dont have iphone4 anymore to test. So will i have to wait for the near future or anything to do ?
 
Upvote 0

MikeH

Well-Known Member
Licensed User
Longtime User
Erel, the UI Cloud isnt working for me and I dont have an iPhone4 to test, which means I am coding "blind" for that device. I'm already getting reports of problems with my apps on iPhone4 so I would like to exclude that device, at least for now. Is it possible yet?
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
You can use the abstract designer to test your layout on iPhone 4.

SS-2016-10-09_14.35.44.png


Setting the #MinVersion to 9 will limit your app to iPhone 4s. Setting it to 10 will limit it to iPhone 5+ however it is probably too soon for such limit.

I don't think that there is any other accepted way to exclude iPhone 4.
 
Upvote 0

MikeH

Well-Known Member
Licensed User
Longtime User
Thank you. I hadn't thought of the abstract designer menu!

I would prefer to include iPhone4, it was only because I couldn't test it or even see how it looked on that device that I asked.
 
Upvote 0
Top