I’m developing an app similar with oberlo for iPhone (based on the latest Xcode 13.2 and iOS 15). I need to get authorized within the app with WKWebView page, and I got this. My URL request is kind of
https://myshopname.myshopify.com/admin/oauth/authorize?client_id=mykeyxxx&scope=read_products,write_products,read_orders,write_orders,read_inventory,write_inventory,read_fulfillments,write_fulfillments,read_merchant_managed_fulfillment_orders,write_merchant_managed_fulfillment_orders,read_third_party_fulfillment_orders,write_third_party_fulfillment_orders&redirect_uri=https://mydomainexample.com/auth/callback&state=31415912&grant_options=offline
Could you let me know what I should do?
To be highlighted, since it’s a WKWebView (Javascript enabled), there’s no ad blocker at all.
