I've read a few books on Xcode, watched a lot of great videos now on Swift and done of ton of example projects throughout all these. I feel like I'm on the early side of intermediate in terms of understanding.
I'd like to make a basic app that can track packages (like UPS and Fedex) and I really just need someone to point me in the right direction, because when I'm looking around I see that like UPS, Fedex, etc have programs where you sign up as a developer and get to use these API's that do a whole lot more than I really want to do.
Is that the only way to go about this - or instead, should I be looking into an easier way? Is something like this possible?:
Thanks for any advice on this - even just "hey newb, google NSURL"...you know, whatever you got. ty ty
I'd like to make a basic app that can track packages (like UPS and Fedex) and I really just need someone to point me in the right direction, because when I'm looking around I see that like UPS, Fedex, etc have programs where you sign up as a developer and get to use these API's that do a whole lot more than I really want to do.
Is that the only way to go about this - or instead, should I be looking into an easier way? Is something like this possible?:
- Compare string entered to figure out what shipping service this tracking number is from
- Add that tracking number onto an URL however it needs to be to return a web page with the tracking information in there somewhere
- Parse out just the part where it says the status of the shipment so I can display that to the user
Thanks for any advice on this - even just "hey newb, google NSURL"...you know, whatever you got. ty ty