-1

I have 80 clients.. I would like to know if is possible to create 80 apps with the same code, but different logos and names in the Android playStore, and IOS app store.

the code is exact the same, only the name and logo will be different. am i allowed to do that?

i did google it around, and it seems that to android store is fine. but could not find anything on ios store.

JhonDoe
  • 41
  • 6
  • You should be able to do it for both, the only thing that needs to be changed is the app bundle / package id for both platforms – Quinn Sep 06 '19 at 16:02
  • 1
    On the iOS side, you may want to add a note on the submission so that these are not flagged as spam apps: https://developer.apple.com/app-store/review/guidelines/#spam – CodeBender Sep 06 '19 at 16:42
  • are these clients going to have their respected logins? one app would be fine, change the the logo based on the user signed in. – letsCode Sep 06 '19 at 17:14
  • my real question is if this is allowed.. i don't want apple to suddenly deleting my 80 apps hahaha – JhonDoe Sep 06 '19 at 17:18
  • I'm voting to close this question as off-topic because it's a question about 3rd party terms of service compliance, not a question about programming as defined by the [help]. – TylerH Sep 06 '19 at 18:53
  • I am going to disagree with the others who have answered. You will almost certainly be rejected by Apple, even if you submit one app. The branding and logo on the app must match the organisation name that is submitting the app. So your company "Acme" cannot submit an app with a logo and branding for another company "Beta". That company needs their own developer membership. They can give your permission to submit the app through it on their behalf. – Paulw11 Sep 06 '19 at 20:28

2 Answers2

1

I think for both stores you should uploads apps with different IDs, package in Android. For example: com.company1.myapp, com.company2.myapp, com.company3.myapp...

-1

For iOS different Bundle Identifier makes different apps.

for android please follow this

Ankur Lahiry
  • 1,858
  • 1
  • 11
  • 23
  • my real question is if this is allowed.. i don't want apple to suddenly deleting my 80 apps hahaha – JhonDoe Sep 06 '19 at 17:18