Integrating my iOS mobile app with my Shopify store

We are attempting to direct users from our iOS mobile app to our Shopify store using this URL which works with our web-app:> > https://mystorename.myshopify.com/collections/all-products> > we received this error message shown below. Please help.> > // Debug store credentials> // static let shopDomain = "mystorename.myshopify.com”> // static let apiKey = “6ee641fca83f2d1d84bca1153c456b39”> > // Production store credentials> static let shopDomain = “mystorename.myshopify.com”> static let apiKey = “9f197c2e4df3dfead4717d12aff4e966”

So how do we connect and direct users from our iOS mobile app to our Shopify store for purchases. Thanks