Indinuity
Shopify Partner
Contact Me
Status
Offline
Last Activity
‎11-30-2021 05:41 PM
Topic Started
2
Topics Started
Topic Solutions
1
Solution
Post Count
41
Posts
Post Kudos
2
Likes

Community Badges

Following the examples under https://shopify.dev/tools/app-bridge/actions/titlebar My package.json has the following "@shopify/app-bridge": "^1.29.0","@shopify/app-bridge-react": "^1.29.0...
Is there a way to offer free shipping on specific products only via the price rules api or other workaround? All products normally have a shipping cost, however I would like to offer a discount + ...
Hi, I was looking into creating a private application when I came across some permissions I have not seen before. I tried scouring the Shopify Documentation but could not find anything. ...
So I wanted to verify that my app loads and works correctly on the Shopify Mobile app on my iPad. The app is built using the Embedded SDK. It loads and works perfectly in the Browser (Chrome, F...
Hi All, I am testing the my install script and I am receiving a strange reply when I am trying to create webhooks. Client error: `POST https://rewardified2.myshopify.com/admin/webhooks.js...
No content to show

User Activity

Looks like the call to getState is incorrect and should be   app.getState().then(function(data) { console.log(data); }); Works in the Admin now, but doesn't work on POS..  which is   app.getState('pos').then(function(data) { console.l...
@Shopify the code here doesn't make sense..  getState: function (query) { return new Promise(function (resolve) { getStateListeners.push(resolve); dispatcher(types_1.MessageType.GetSt...
Switched to dev version <script src="https://unpkg.com/@shopify/app-bridge@1/umd/index.development.js"></script> The error is now Uncaught (in promise) TypeError: query.split is not a functionat index.development.js:2943(anonymous) @ index.developmen...
Note the exact same error occurs when using app-bridge@2 Testing in Chrome browser, the most recent version. 
I am currently working on converting our EASDK integration to App-Bridge and I am hitting road-block after road-block. This basis example is throwing a javascript error  <script src="https://unpkg.com/@shopify/app-bridge@1"></script> <script> var A...
Hi @Liam How does this relate to embedded Shopify POS authentication?I am currently servicing an ongoing issue with many users of my Shopify POS embedded app on iPad's where our cookie based authentication is throwing users into an endless "accept-co...
I have been trying for hours to get this to work and keep ending up with an empty page as rendered in the modal. (Edit Cart Link Integration). Is there a super minimal hello-world app available for Shopify POS and App Bridge ? import createApp from '...
My Accepted Solutions
This widget could not be displayed.
This widget could not be displayed.
Helpful From