Reputation: 1032
I'm having a problem with a new App that I'm developing. I have a App with no main icon/logo for the application running, the problem is that everytime I run the App on the device an icon from another App appears on my application, tests that i have made:
Upvotes: 1
Views: 77
Reputation: 25687
This could happen in the case of not-unique bundle identifier
. Your Bundle ID should follow this format:
com.companyname.appname
Upvotes: 2