Windows Phone app display name different from store name - windows-phone-8

I would like to give my Windows Phone app a different name on the phone and in the Store (DisplayName should be "blah" and store name should be something like "blah - stuff the app does") but I can't find a way to do that.
I tried to use language resource DLL (as explained here) but I don't understand how I could give a different store name with this technique.
So, basically, the question is : how does Microsoft choose the name to put in the store? Is it the DisplayName of the app or not?

Before the publish app on the dev center, You have to reserve unique app name. You will create app info. So basically, Microsoft does not choose app name. You choose. After that if you change application display name from Package.appxmanifest file, Store name and display name on the phone will be different.

Related

Windows Phone App Policies

I'm trying to publish an app for Windows Phone 8.1 and 10 (Only Mobile),
I already published a lot of apps on the same account. This is the same of another already on the store with just a different icon (different customer, it's B to B) and name, but from the 16 of october the policy for the windows store changed and now my app is blocked with the following reason:
App Policies: 10.1 Inaccurate Representation
Your app and its associated metadata must accurately and clearly
reflect the source, functionality, and features of your app.
•All aspects of your app should accurately describe the functions,
features and any important limitations of your app, including required
or supported input devices. Your app may not use a name or icon
similar to that of other apps, and may not claim to be from a company,
government body, or other entity if you do not have permission to make
that representation.
•Your app must be fully functional and must provide appropriate
functionality for each targeted device family.
•Keywords may not exceed seven unique terms and should be relevant to
your app.
•Your app must have distinct and informative metadata and must provide
a valuable and quality user experience.
Locations: Metadata
Notes To Developer
The app's "pin to start", "app list", or "games hub" icon does not
accurately represent the app and/or is a default icon. The
"pin-to-start" tile submitted in the submission package, which is
different from the icon and tile images in the app metadata, must
uniquely represent the app so users can associate it with your app.
For information about icons and tiles in Windows apps, see
http://msdn.microsoft.com/en-us/library/windowsphone/develop/hh202948(v=vs.105).aspx.
I searched on the internet but I didn't find anything useful for this problem and I don't get what are those "pin to start", "app list", and"games hub" they are talking about in the Note to Developers.
Anyone knows the solution?
Thanks in advice
Based on your description, it seems that you haven’t set the title images for your app. So I would like to suggest you to delete all of icons in your project and open Package.appxmanifest in Visual Studio and select the Visual Assets. Please make sure to replace all default titles with the correct size image that represents your app. And then you could need to create your app package and resubmit your app again.
By the way, if your project is UWP, you could use UWP Title Generator tool to generate correct size title quickly.
Update:
As your project is Windows Phone Silverlight 8.1, firstly, please prepare the correct size title, and then right-click Assets--choose Add--Existing item, you can choose the correct size title to replace the default title.
Then right-click Package.appxmanifest, choose open with--XML(Text)Editor, then you could need to make sure that the path of title is correct.
Finally, you may need to rebuild the project in order for the tile titles to show up properly.
Hope it is helpful to you.

How to rename reserved app name given for Windows Phone Store app for Beta Test?

I have submitted an app for beta testing in Windows phone Store, Unfortunately I used my original app name for it. Now I cannot use the same name for publishing the app for public. Is there any way to use the same name for publish the app? Does deleting/unpublish will release the reserved app name? Please help.
I think yes you have to unpublish or delete the app from the store. Give it a try as there is no any other ways to use the same reserved name.

change application display name in windows Phone Application using globalization and Localization?

I try to change my windows phone application display name using globalization and localization. I use 2 language for now. Is it possible to change display name in WMAppManifest.xml ?
I write my application name in Turkish, and I want application name is changing to English in phone's menu if phone is in English.
I'm programming Windows Phone 8.1 app.
This MSDN article is the first hit when you enter "localize application display name on windows phone" on Google. You have all the information you need there.

How to get info about an app in the Windows Phone Store API?

Is there a way to get the following data from the windows phone store without having to parse whole HTML page (I got the app ID)?
- Name
- Description
- Access the search (and return only App IDs so I can get what I need for the search reults)
I already found this question regarding zune, but that seems to be discontinued, if I'm rigjt. Is there soemthing similar for Windows Phone 8?
you can show the details of the by using MarketplaceDetailTask from Microsoft.Phone.Tasks
here the links , which explains how to show the details page of a app from store.
1)How to use the Marketplace detail task for Windows Phone 8
2)http://www.geekchamp.com/tips/how-to-use-the-marketplace-tasks-in-windows-phone-8
Hope this helps.
Thank you.

Windows Phone Silverlight 8.1 project app submission error

I submit a test Windows Phone Silverlight Project 8.1 and get this error when submit
The package identity associated with this update doesn't match the uploaded appx: "2e740376-677c-4df8-b1af-95b72863f017"
Windows Phone 8.0 project dont meet that error. Any suggestion? Thanks
I ran into the same problem, but the solution is simple - the Package identity name and Windows Publisher Name in Windows Store Dashboard must match with the values inside the uploaded xap package.
You can find these values in the Windows Store Dasboard in the App identity section:
You then need to copy and paste these values inside your Package.appxmanifest file. Note you have to open this file using text editor. These values are not editable using the UI editor:
I had the same issue and fixed it by going to my dashboard, looking inside my in-progress app, clicking details and there I could see my package id. I copied that and pasted it inside my package manifest file.
Exactly as the error states, your package identity doesn't match. The GUID in your WMAppManifest.xml and Package.appxmanifest have to be identical (and would be so, had you done a new project, or upgraded an existing project). The Package Identity name also have to match with the values from the Store submission process.
And if you're submitting to an existing application ID on the store, you obviously have to use the same GUID as you previously used for submitted.