Windows dev center Apps with same name - windows

I've two apps with same name, one is in phone and the other one is in desktop. Now, I created a universal app. Tab version have a small number of users, I need to upload new universal package to the phone version app.
But the problem is the App name automatically reserved to the Tab version, and the package name also. I'm not able to associate the application with the phone build in the store(because the app name is not reserved to this, there is no package name or package id for this in the store)
How can I resolve this issue without changing the name of the Phone Build?
Note: the dev center not showing delete option for this particular name.

Related

Change appName and logo for a published app in Microsoft teams

I would like to change the app name and logo for a published app in Microsoft teams.
Do the users need to reinstall the app when appName and logo are changed in app-studio?
and do the users need to reinstall the app when appName and logo are changed in the azure app directory and bot services?
If you are trying on store apps then just user need to update. Or if your trying on test apps then in that case user need to reinstall app to get changes applicable.

Invalid Package Identity Error while submitting package to windows phone store

Need some help in submitting my updated package after retargeting to windows phone 8.1.
After I load my solution in visual studio, I click retarget to windows phone 8.1. Later AppxManifest file was created and now I made my changes to the application code and built XAP. When I am submitting this build in windows phone store I am facing this below error:
Invalid package identity name: 2xxxxxxx-xxxx-xxxx-bxxx-xxxxxxxxxxxx (expected:)
Invalid package family name: 2xxxxxxx-xxxx-xxxx-bxxx-xxxxxxxxxxxx_m0ezkffm1mfsc (expected:)
Help me in submitting this XAP. What am I missing or What should I modify?
It seems that when you converted from (I assume an already published) Windows 8 app to a Windows 8.1 app, some settings might not match with the previous app uploaded to the store.
Try double checking in your new Package.appxmanifest file that the PhoneProductID attribute of the mp:PhoneIdentity is mapped to the ProductID of your already published Windows 8 app. Same with PhonePublisherID and PublisherID.
You might find this guide useful:
https://msdn.microsoft.com/en-us/library/windows/apps/dn642081(v=vs.105).aspx
I was confused with the new package identity implemented in windows phone 8.1. All I did was reserved a name in the store [I didnt do it for windows phone 8.0 app]. Then a package identity was created. I copied and put it in package.appxmanifest and rebuilt the application and that solved the errors.
Thank you

Name of app is different after download

I just submitted an app. The name of the Xcode project is slightly different then the name I gave in my iTunes connect. For some reason after I download the app in the App Store it shows the name of my Xcode project. Is there a way to adjust this easily?
You have to update your app to App Store with adjusted .plist.
Change the Bundle Display Name in .plist to the name you want. Still, this requires to go through the App approval process again.

Windows Phone Store App version upgrade with same reserved app name

I have public windows phone app with version 1.0 for windows 8
- Now I have to do version upgrade to version 2.0 for the same app and users should get notifications for the same.
- Should I use the same reserved app name as version 1.0 or use another app name for version 2.0
- What will happen if I submit app with version 2.0 and the same app name?
- Do I have to use another app name for next version? Or same app name will work?
You dont need to do anything with the App Name Reservation. The app name should be the same irrespective of the versions/update.
Your existing users will get notified via Updates only when you update your existing app. And if you reserve a new name(for your version 2) and publish it, it will be published as a new individual app and so your app will not be listed in the Updates List of your existing app users.

How to remove the app name on the control pannel on windows mobile?

My device is windows mobile 6.5 and I'm trying to remove my installed application.
So I removed all exe/data files what my app used.
But after removing those files, there is still app name in the control pannel's remove Program menu.
How could I remove the app name on the program list?
(I thought it will be removed if I search the app name on the registry and I removed all the registry about "my app" but I failed)
Here's are I removed registry list.
HKLM/Software/Apps/'my app name'
HKLM/Security/AppInstall/'my app name'
Moreover, What should I do to remove the app name?
Is this what you mean?

Resources