Smart App Banner is missing the rating

Hi

I implemented the smart app banner like this: <meta name="apple-itunes-app" content="app-id=123, app-argument=https://xyz">

The banner shows up, but without the rating. My guess is because there are other versions of the app in different region app stores (but same app-id) with not enough ratings?

Is Apple checking for a language or country-code on the website to get the correct rating for the app?

For example: App on swiss store has about >8k ratings on us store it has <20 ratings on german store about 150 ratings

Thank you for your post! The banner will be dynamically customized and localized based on the user's region and device. Here's how it works:

  1. Available App, installed: If an app version is available for the user's specific location and device, the banner will display. If the app is already installed, it will show a simple banner with a button to open the app.
  2. Available App, not installed: If the app isn't installed and is available on the user's respective app store for their device, the banner will take on a customized look. It will include a brief description (or 'ranting') about the app, tailored to that store. We'll only include a ranting if there's enough compelling content to showcase.
  3. Unavailable App: The app is not available for the region or device, nothing will show.

In summary, the banner adapts to provide the most relevant information to each user, whether they have the app installed or not.

Documentation info: https://developer.apple.com/documentation/webkit/promoting_apps_with_smart_app_banners

Thanks for your answer. Unfortunately this doesn't answer my question regarding the missing rating in the banner. I'm in a region where the app has over 5000 ratings but the rating is not showing up. And it's not just me, everyone in my team doesn't see the rating.

Smart App Banner is missing the rating
 
 
Q