Questions tagged [application-name]

37 questions
387
votes
19 answers

How can I change the app display name build with Flutter?

I have created the app using Flutter create testapp. Now, I want to change the app name from "testapp" to "My Trips Tracker". How can I do that? I have tried changing from the AndroidManifest.xml, and it got changed, but is there a way that Flutter…
rajaishwary
  • 4,362
  • 2
  • 14
  • 14
22
votes
4 answers

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 up, instead if I search BlueSkyBio (the "appname" variable from the manifest is named that way), i can find my app.
rosu alin
  • 5,674
  • 11
  • 69
  • 150
17
votes
5 answers

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? I searched for the delete button and can't get that. How can a team agent delete it from my itunes connect view? I can't find the delete…
Nazik
  • 8,696
  • 27
  • 77
  • 123
8
votes
3 answers

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 application name always? If so which is a more standard way of getting…
nawfal
  • 70,104
  • 56
  • 326
  • 368
8
votes
1 answer

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 me current active application name. I tried some code. You can see here. But it's not showing me anything after timer stops. C#…
Dinesh
  • 507
  • 4
  • 14
  • 23
6
votes
2 answers

How to change the App name in Xamarin.Forms?

I have developed an Xamarin.Forms app and I initially named the project ”modelapp”. Now when releasing the Android app I changed the name of the app in ”MainActivity.cs” file to ”MyBooks”. But when installing the apk file it is still displaying as…
5
votes
2 answers

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 screen where it says, this installer will guide you through the steps required to install ABC on your computer I want…
Shamim Hafiz - MSFT
  • 21,454
  • 43
  • 116
  • 176
4
votes
1 answer

How to change the name of a Mac application in the build settings?

I am about to submit an app to the Mac App Store, however the name of my application conflicts with another application in their system. So I picked another name and I tried to change the name of my application by going into the build settings under…
David
  • 14,205
  • 20
  • 97
  • 144
4
votes
2 answers

How to “correctly” detect application name when changing focus event occurs with python xlib

I want to detect applications window name when changing focus event occurs with python xlib, so in the first step I use this code: #!/usr/bin/env python #-*- coding:utf-8 -*- import Xlib.display import time display = Xlib.display.Display() while…
PathSeeker
  • 101
  • 1
  • 9
4
votes
1 answer

Show full application name on Home screen

My app name contains 12 characters. But application launcher icon appears with truncated text. As i observed this issue is not produced in all device. I am using device with OS 4.0.3. App launcher icon should show full app name regardless of app…
3
votes
1 answer

Unable to cast object of type 'System.Windows.Application' to type 'applicationName.App' error

Setup: Visual studio 2015 Community WPF 4.5 application MVVM design structure Problem: Error which is causing problems is somehow related to the application naming and also to common casting, however, this error appeared after my attempt to alter…
ajr
  • 874
  • 2
  • 13
  • 29
3
votes
4 answers

How do I change the name displayed underneath my app icon on my device's Home screen in iOS?

I'm trying to change my app name which is displayed with icon on my device's home screen in iOS. Every post says this can be done by changing string in "Bundle display name" in App's Info.list file. But it didn't work for me. I've changed my…
Tommy
  • 159
  • 3
  • 19
3
votes
1 answer

iOS Swift: Application name is pulled from project settings and not from Info.plist

The title pretty much explains everything. I cant get my application name localized because it is pulled from the project settings' info tab and not from the Info.plist files. How can I achieve, that the names in the localized info.plist files will…
Michael
  • 815
  • 1
  • 6
  • 23
3
votes
1 answer

How to setup postgres application_name logging

I'm not much familiar with postgresql. I like to setup postgres application_name feature to log database changes (update/delete) in a history table. I tried to find any help from online but couldn't find any article with basic steps. Could someone…
Yasiru G
  • 6,886
  • 6
  • 23
  • 43
2
votes
1 answer

How to get/set application name in .dxf for Groupcode 1001?

I convert geodata (coordinates, attributes,...) to a dxf file. I write attributes into extended data, but under the group code 1001 there must be an application name. I tried to write "Test" and some other words in it, but nothing works. I receive…
Benjamin
  • 41
  • 2
1
2 3