3 3rd Rock macrumors 6502 Aug 10, 2012 459 1 Over here May 9, 2013 #26 If no retina, I will just wait it out. No hurries
T tillsbury macrumors 68000 Dec 24, 2007 1,513 454 May 9, 2013 #27 ChristianJapan said: Same algorithms as last time Code: if (iPadMini.hasRetina) { appleStore.orderItem("iPad Mini", 128, COLOR_BLACK, WIFI_ONLY); } else { // nothing to do; keep using iPad3 or 5; or iPod Touch 5Gen } Click to expand... I suggest you should put a known ipad Mini with retina display at some place in the future to ensure your process finishes...
ChristianJapan said: Same algorithms as last time Code: if (iPadMini.hasRetina) { appleStore.orderItem("iPad Mini", 128, COLOR_BLACK, WIFI_ONLY); } else { // nothing to do; keep using iPad3 or 5; or iPod Touch 5Gen } Click to expand... I suggest you should put a known ipad Mini with retina display at some place in the future to ensure your process finishes...