Play 商店应用 link 未在网络中显示 'changed app name'

Play Store app link is not showing the 'changed app name' in web

我更改了我的 Play 商店应用名称,它在 10 天前获得批准。我也用新名称标题更改了 poster。我的应用 link 是 'https://play.google.com/store/apps/details?id=com.farhad.myquizapp'。当我在网络 (Facebook) 中写 post 或带有 link 的评论时,它会显示以前的 poster 和以前的名字。但是在点击 link play store 后显示我更改的实际名称。

谢谢

据我所知,无法更改商品详情的 URL。我认为您必须创建一个新的应用程序列表并更改 build.gradle(模块...)中的应用程序 ID。然后是清单中的包名。

来自 Google 的信息有点混淆是应用程序 ID 还是程序包名称。它们彼此独立,但如果您不自己更改它们,它们是相同的。

Remember that APKs with different application IDs are treated as different apps in Google Play Store

To create the link, you need to know the app's fully qualified package name, which is declared in the app's manifest file. The package name is also visible in the Google Play Console.

https://developer.android.com/studio/build/application-id https://developer.android.com/distribute/marketing-tools/linking-to-google-play?hl=de

我希望这能回答你的问题。