We're developing a app, the app requires external dll for different architecture (x86 and arm).
Therefore, we also provide separated package (appx) for x86 and arm.
Our question is, can we share the same product name (app entry) for the app?
If we have to submit the packages with different product names, what’s the practice you suggest?
Ex: AppName for x86, and AppName for arm ?
Thanks.