Helper package to publish your app to the Google Playstore and be able to handle the deep links from Android.
- Find current version of your
@graphcommerce/next-ui
in your package.json. -
yarn add @graphcommerce/google-playstore@1.2.3
(replace 1.2.3 with the version of the step above)
Configure the following (configuration values) in your graphcommerce.config.js
GC_GOOGLE_PLAYSTORE='{"packageName":"com.example.app","sha256CertificateFingerprint":"0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef"}'