Top "Application-name" questions

Can i add tags to an application in google play console?

I wrote an application named "Bio View", if I search for my application in Google Play, it does not show …

android tags manifest google-play application-name
Changing Application Name in Windows Installer

I have created a setup project for a Windows Application developed using Visual Stduio 2008(C#). In the portion of installation …

c# visual-studio-2008 windows-installer application-name
How to delete an app which is waiting for upload?

As per apple documentation, We can delete an application which is in a state of waiting for upload. But, how? …

ios app-store-connect application-name
Get the current active application name

I want to get name of currently active application when my timer stops. After recording of 20 secs it should show …

c# wpf timer application-name
What is the right way of getting my WinForms application's name?

I could do this return Assembly.GetEntryAssembly().GetName().Name; or return Path.GetFileNameWithoutExtension(Application.ExecutablePath); Would both give the desired …

c# winforms .net-assembly application-name executable-path