Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Web and WebWorks Development

Reply
Contributor
Gerii
Posts: 32
Registered: ‎04-30-2012
My Carrier: 3AT
Accepted Solution

App overwriting other app

I have made three apps. The first and second one is installing fine. But if I install the third one, it overwrites my second app.

What did I do wrong? All of my apps have a different name and also the name of the archive is different.

Please use plain text.
Developer
borceg
Posts: 665
Registered: ‎03-21-2012
My Carrier: Vip

Re: App overwriting other app

[ Edited ]

But does your package name is different across all apps ?

 

something like com.me.example

Please use plain text.
Contributor
Gerii
Posts: 32
Registered: ‎04-30-2012
My Carrier: 3AT

Re: App overwriting other app

Thanks, that was the problem - the package name was undefined as I forgot to add the id attribute to the widget element in config.xml in my second and third app.

Please use plain text.