SuperPWA / super-progressive-web-apps

SuperPWA helps to convert your WordPress website into Progressive Web Apps instantly. PWA (Progressive Web Apps) demo at : https://superpwa.com and Plugin :
https://wordpress.org/plugins/super-progressive-web-apps/
GNU General Public License v2.0
385 stars 82 forks source link

Add related_applications to manifest #387

Closed tagmood closed 1 year ago

tagmood commented 1 year ago

please, add related_applications to get instruction to browser to install the native app

  "related_applications": [
    {
      "id":"com.package.id",
      "platform":"play",
      "url":"https://play.google.com/store/apps/details?id=com.package.id"
    }
  ],
  "prefer_related_applications": true,
Sdaud1950 commented 1 year ago

the same feature this user requested: https://magazine3.in/conversation/125160?folder_id=29

akshaywali commented 1 year ago

pushed in SuperPWA 2.2.16

tagmood commented 1 year ago

@akshaywali it does not work

after filling the "PlayStore App ID" field, no related_application json appears on superpwa-manifest.json

could you double check it?