Ayoub Laazazi
Ayoub Laazazi

Reputation: 858

Two Android apps with ALMOST the same content

Can I upload two Android applications to the Play Store with the same layouts and java code, but different name and Sqlite data?

I'm making two apps about a mini-wiki of two versions of a MMORPG Game.

Upvotes: 3

Views: 168

Answers (3)

Yashaswi N P
Yashaswi N P

Reputation: 933

Yes, you can upload as long as you have two different applications with the different package names.

Upvotes: 1

Paul Manta
Paul Manta

Reputation: 31567

I worked for a company that had over 6,000 apps that were basically just reskins of one single app. It made sense in that case, the company wasn't just trying to game the system, but it shows that you can do it without any issues.

Upvotes: 1

Sergey Emeliyanov
Sergey Emeliyanov

Reputation: 6961

Yes, you can. However, you should make sure these are two separate projects with different package names.

Upvotes: 5

Related Questions