Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I have a problem publishing my apps on the Google Play that never happened to me before. Basically, I have 3 applications based on the same code. Each of them has a different default language (English, Spanish and French) but supports all languages (more than 10).

When I tried to publish an updated version of my English app, the Google Play display an error saying that the English name of this app is already taken by the Spanish and French apps. Should I remove some of the supported languages in my applications?

I must keep the 3 apps because I have created 3 different brands, so one app for each brand.

share|improve this question
Still did not solve this issue?.. – shkschneider Sep 4 '12 at 15:58
Still having this issue. Do you face the same problem? – litil Sep 6 '12 at 8:21
No I'm not, but I'm very curious about how to handle this specific case... – shkschneider Sep 6 '12 at 16:08

2 Answers

I suspect you use similar package names?

Two different applications cannot have the same package name on the Market, nor should be allowed on your device.

share|improve this answer
I don't use the same package names. The package names I use are: com.englishname.android and com.spanishname.android and com.frenchname.android. – litil Apr 24 '12 at 9:48

Have you changed the version number of your application before uploading the update?

share|improve this answer
yes I did, otherwise an error would have occurred while uploading the APK. – litil Apr 24 '12 at 10:31

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.