简体   繁体   English

在Google Play商店中发布应用

[英]Publish app in google play store

I try to update customers App in Google Play, this is my first time I do this. 我尝试更新Google Play中的客户应用,这是我第一次这样做。

I created a certificate, it seems to be fine. 我创建了一个证书,似乎还可以。 The app was packaged with appcelerator titanium. 该应用程序包装有钛制的加速器。

When I upload the app in store I get this message: 当我在商店中上传应用程序时,我收到以下消息:

The name ofupdated APK-Package (gdp.app) must be the same with the package I want to replace (de.gdp) 更新的APK软件包(gdp.app)的名称必须与我要替换的软件包(de.gdp)的名称相同

File Name I upload is: GdP.apk 我上传的文件名为:GdP.apk

What do I have to change? 我必须改变什么?

You changed the package name. 您更改了程序包名称。 You have to use the same package name as the original .apk. 您必须使用与原始.apk相同的软件包名称。 Change your package name back to de.gdp . 将软件包名称更改回de.gdp。

More information: http://developer.android.com/guide/topics/manifest/manifest-element.html 更多信息: http : //developer.android.com/guide/topics/manifest/manifest-element.html

"I wont to replace (de.gdp)" “我不会替换(de.gdp)”

well, you cannot rename your package. 好吧,您不能重命名您的程序包。 If you change your package name the store recognizes it as a different app. 如果您更改包裹名称,则商店会将其识别为其他应用。 so you cannot update it with different package name. 因此您无法使用其他软件包名称进行更新。 Renaming your package to gdp.app will solve the issue. 将软件包重命名为gdp.app将解决此问题。

If the package name and signing certificate do not match those of the existing version, Market will consider it a new application, publish it as such, and will not offer it to existing users as an update. 如果程序包名称和签名证书与现有版本不匹配,则Market将认为它是一个新应用程序,将其发布,并且不会将其作为更新提供给现有用户。 So, you have to maintain the same package name of previous build. 因此,您必须保持与先前版本相同的软件包名称。

See this link: http://lokeshatandroid.blogspot.in/2012/07/upload-apk-into-android-market.html 看到此链接: http : //lokeshatandroid.blogspot.in/2012/07/upload-apk-into-android-market.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在App Store和Google Play上发布移动网站 - Publish mobile site on App Store and Google Play Google Play 商店中的应用发布错误 - App publish error in Google play store 如何在 Google Play 商店私下发布应用程序? - How to publish an app privately on Google Play Store? 如何发布隐藏在Google Play商店中的应用? - How to publish an app as hidden in Google play store? 在使用 google 身份验证的 google play 商店中发布 react native 应用程序 - Publish a react native app in the google play store that is using google authentication 我可以在Google Play商店中将企业应用发布为免费应用吗? - Can I publish enterprise app as free app in Google Play store? 仍然能够在App Store / Google Play上发布Phonegap Build应用程序 - Still able to publish Phonegap Build app at the App Store / Google Play 如何在 google play store 上发布多种风格的应用程序作为单个应用程序? - How to publish multiple flavour of an app as a single app on google play store? 在Google Play上发布应用 - Publish app on Google Play 由于声明敏感权限,因此无法在Google Play商店中发布应用 - Unable to publish app in Google Play store due to Declare sensitive permissions
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM