Usually I create multiple packages for my applications, for example:
1.Application's shared library package
2.Application's executable, icon, etc. Dependent on 1.
3.Plug-in for the application. It needs 1 and 2.
4.Another plug-in. Requires 1 and 2, but not 3.
----------
5.Another application uses some code from 1.
=====
Is it possible to create such dependency structure in the Nokia Store, or I have to create duplicates and resolve conflicts by myself?

Reply With Quote
What about optional features then ? Let's say I have apps A and B, both can be installed/run independently but if A is installed it can provide some extra features for B (or C,D,etc). Is that possible ?



