Got home from work this morning at 1:30am, got an alert that there was a 128gb 6+ available in Manhattan. 3:00am I got back home with two 6+'s![]()
Let's do a florida thread. Together everyone achieves more.
alert? how did you get that?
How do one set up a alert
----------
What time do they update the stock here in Fl
I just registered an account here to send you a PM too but I'm seeing there is a restriction to send PMs from new accounts. I'm too trying to see if there is stock near me but the webpage is really slow. I found the webpage that you are refering to (xx availabilitySearch?parts xx) but I'm getting a lot of information in the output and I wasn't able to strip it and make a simply bash script with curl or a php page with what I need.
Do you have something for that already done or can pinpoint how to parse that output? I'm guessing that if you were able to create an app for this you may have done this too, who knows![]()
Anyone seen 6+ space grey 64GB ATT in DFW area? Been checking since last night but haven't seen anything yet.
No not since yesterday around 1030am. I'm in Tulsa area and was willing to drive to Dallas yesterday. From what others have said in this thread earlier, it's probably due to apple not getting anything from FedEx/ups on Sunday since they don't deliver. I imagine tonight you'll see some pop up.
Hehe. If it's an iOS app, any chance of dropping the XCode project into Dropbox somewhere? I know I can do it on my own, I just don't have time this week. Too much going on after work.
Ha! I just PM'd with the same question. Curious to hear either way. Thanks.
I hope so. Good luck to you too.
Guys what time 2night? 00:00 or 2?
It is 7 pm pacific time right now yes? So NYC should be about 4 am?!
It is 7 pm pacific time right now yes? So NYC should be about 4 am?!
Currently would be 1018pm EST, Apple should update at 3am EST for you guys on the east coast.
Ok, so two parts:
1. a PHP script that actually pulls from Apple and reformats the feed to make it more digestible. I did this externally because I didn't feel like fighting Swift to parse complex JSON. I was hosting this on an internal server, so you'll have to toss it somewhere.
http://pastie.org/private/c3hh1hum8fgfgc5moq4g
2. Here's the Xcode project. You'll need to replace the URL in APIController.swift with wherever you put the PHP script above.
https://www.dropbox.com/s/ovresoglewyvdhp/iPhoneChecker.zip?dl=0
None of this is guaranteed to be useful or bug free or with any kind of warranty. This was just something I intended to use for myself, so the code is not perfect, there are barely any comments, and I've only tested it with one device. Good luck.
Ok, so two parts:
1. a PHP script that actually pulls from Apple and reformats the feed to make it more digestible. I did this externally because I didn't feel like fighting Swift to parse complex JSON. I was hosting this on an internal server, so you'll have to toss it somewhere.
http://pastie.org/private/c3hh1hum8fgfgc5moq4g
2. Here's the Xcode project. You'll need to replace the URL in APIController.swift with wherever you put the PHP script above.
https://www.dropbox.com/s/ovresoglewyvdhp/iPhoneChecker.zip?dl=0
None of this is guaranteed to be useful or bug free or with any kind of warranty. This was just something I intended to use for myself, so the code is not perfect, there are barely any comments, and I've only tested it with one device. Good luck.
Thanks. So I know client code but am totally novice to php and hosting a script. How/where would I host this. Possible to just host from my Mac?