T tillsbury macrumors 68000 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...