I have just began researching everything with interacting between an iOS application and Square’s API/SDK’s. I’m trying to create an app that incorporates a very similar order system as my web store (made through Square), that will eventually lead to additional features separate from Square’s processing. I’m new to the whole back end side of programming but with a couple examples or being pointed in the right direction I can figure most things out.
In my research it seems that PoS is more for in store applications, while the in app payments are more for customer based mobile applications. I think the in app payments is the correct way of going.
I’m assume you follow the API’s for order and catalog similarly to how the printCurlCommand in the in app payment is structured correct?
Also is there any documentation on how to take a catalog and designate it into an array through swift?
Thank you in advance!