Skip to content

Commit

Permalink
Merge branch 'main' into b2b-1327-init-migration
Browse files Browse the repository at this point in the history
  • Loading branch information
JamessenLiu authored Sep 19, 2024
2 parents 3e7d9ce + 53c1a68 commit 741bb7c
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 54 deletions.
8 changes: 7 additions & 1 deletion docs/integrations/apps/guide/publishing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,13 @@ Review the information added before submitting the app.

## Submit your app for approval

Ensure all information is complete, then click **Submit for Review** to pay the review and listing fee and submit the app. Test the app before submitting it to avoid paying additional review fees.
Before submitting your app for approval, it is imperative to adhere to the recommended best practices listed below to ensure the integrity of the app marketplace and keep clients safe.

* Integrate with the [BigCommerce JS SDK](https://github.com/bigcommerce/checkout-sdk-js) for Java-based apps. The SDK effectively allows management of the user’s session, keeping it in sync with the control panel.
* At a minimum, design apps to be cookieless (to comply with Chrome and Safari privacy/ security policies) and instead use JWTs to pass information.
* Never pass sensitive data using query parameters.

After completing all information, then click **Submit for Review** to pay the review and listing fee and submit the app. Test the app before submitting it to avoid paying additional review fees.

![Payment & Submission](https://storage.googleapis.com/bigcommerce-production-dev-center/Big%20Design%20Docs/Payment%20%26%20Submission.png "Payment & Submission")

Expand Down
Loading

0 comments on commit 741bb7c

Please sign in to comment.