Bruno
Bruno

Reputation: 1032

Strange icon behavior

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

Answers (1)

Undo
Undo

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

Related Questions