Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions concerning problems with code you've written must describe the specific problem — and include valid code to reproduce it — in the question itself. See SSCCE.org for guidance.
Closed 9 years ago.
Improve this question
I clicked on TARGET > INFO then changed BUNDLE DISPLAY NAME to what I want it to be, but when I archive it, the previous name (same as the target name) is still there.
Change "Bundle display name" in your PLIST file.
Bundle Display Name appears when you install the build on a device. To change the name of your archive, change Bundle Name and Executable File as well.
Related
Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 4 months ago.
Improve this question
When I try to install get storage on flutter its not installing. here shows an error. here is the error image -
from the top of the screenshot, I can see that you named your project the same as the get_storage package's name.
and you can't do it, because it conflicts what flutter will consider packages in your project
so you can just change the project name and it will work fine
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
Im trying to publish my new app but ran into a problem. After I archive and get the organizer screen with my app in archives tab. When I try to validate it, it gives me an error.
"Game app name"
does not contain a single–bundle application or contains multiple products. Please select another archive, or adjust your scheme to create a single–bundle application.
I do not know what this error means or what to do. Can someone please help me out. Will appreciate it.
I believe you have a subproject with a static library. Make sure that Skip Install is set to Yes in the build settings of anything that is not your application.
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
Two questions, kind of same category:
When I checked from Xcode, I saw a folder library/cache/imagecaches (quite some files there) on iPhone under my app, I never created that folder, I guess it it was managed by iOS itself, nothing for me to concern.
I have a sqlite file called app.sqlite, and it is in documents folder. that's the right place to pass app review right, right?
If you have never seen it before then it is iOS's own cache system, you shouldn't mess with it.
Check it out https://developer.apple.com/appstore/guidelines.html
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 5 years ago.
Improve this question
Hi I have an existing app in App store, I would like to update the app name app store, along with a new binary update. However, I could not find the edit button on the Version Summary section in iTunesConnect. Can anybody tell me how can I do it?
You have to click on the new version of your app, then you can edit the "Version Information" and change the name.
If the app is approved, you cannot change the name via the Edit button in Metadata or anywhere else. I think you need to upload a new version and even then I'm not sure that will do the job without some kind of approval.
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 12 years ago.
Improve this question
This question is not a tech question.
I have an iPhone app name 'abc', I will release a version for iPad.
How to name it
I check on app store found that some people name
abc HD
Welcome any comment
Thanks
interdev
Start uploading process of your application on store and you will get error message if application name already exists something like this:
The Application Name that you provided
has already been used. Please provide
a unique Application Name.
AppStore: Stake your claim
Off topic though it is, if you're going the separate app (rather than universal binary) route, then it's common to use "HD" to differentiate between the versions.