application icon does not appear under Apps Using Apple ID - ios

All app icon sizes are correct in assets catalog, but app icon does not appear under Apps Using Apple ID in device settings. Is there another place to set app icon for sign in with apple?
Thanks.

As explained in other answers, the app icon for the Apple ID stuff is pulled from the app store:
https://stackoverflow.com/a/58653699/793607
"As explained above, the app icon is fetched from the App Store. You
need to have an associated bundle ID set to an application that is
currently available on the Mac or iOS App Store for the icon to
display. I wrote the logic for this"

Related

Can two different apps in apple app store with same app icon

Can two different apps with the same app icon go live on the apple app store?
I have apps that are accepted with the same icon but one app is rejected. To be safe, the answer is NO.
yes. as long as their app name and package name is different.
you just need to make sure their bundle IDs are different.
In my organization the old apps with same icon are there on app store but one year back I uploaded the two app with same icon then it was rejected.

app icon not changed when upload app with new version in itunes connect

I have already one app in app store now, I want to upload new version of app with new app name and app icon to new version , so that I change app name and app icon to iTunes connect but after submit for review It display old app icon.
please help me.
The app icon you can upload to iTunes Connect is only for the store display:
The large app icon is displayed for your app on the App Store and, if
needed, is used to feature your app on the App Store.
If you want to have your app on the device home screen have a different icon, you need to update the icons in the binary/source code.

How to change App Name in Google' AdMob

My app is and iOS app but I have AdMob ads coded in as well. I just changed my iOS app name for the game and I need to change it in AdMob. How do I change my app name in AdMob? I can't seem to find anything that allows me to change the name.
My app isn't in App Store yet. I don't know if this makes a difference of whether I can change App name in AdMob or not.
The only solution currently available is to link to the app in the app store.
Once you publish your app to the app store, just go to your admob console, select the app name and click the link button to link it to the app in the app store. After linking, the name will be automatically updated.
Under Apps, Click on your app
Click on App settings
Under App info, you can click on the edit symbol shown to modify your app's name
this is how to rename your App in Google AdMob, Firstly you have to click on Apps Setting than click edit icon

How can an app have different name on AppStore and iPhone home screen?

I have noticed an app whose Appstore name is different than the one installed on any iDevice. Please have a look at the screenshots.
How can I get this functionality for any app which I intend to upload?
The App name that appears in the app store is entered when you submit your app or when you update the binary.
The launcher name that appears below the icon in iOS, is configured in your project configuration - click on your Target, go to Build Settings, then to the Packaging section and change the value for 'Product Name'
I should not that this build setting sets the $(PRODUCT_NAME) variable used to define the Bundle Name and Bundle Display Name
Apps can have different names on AppStore and on physical devices. But developers shouldn't do this as per Apple's guidelines. There is a danger of the app being rejected.
See 3.4 in the below screenshot from Apple's App Store Review Guidelines.
So I cannot get this functionality even if it is possible and this replies my basic question.

Change app name in apple store of an already released/available iOS app

I released an iOS app in the Apple App Store some weeks ago and now want to rename my app (I only want to add a space). I did not find an "edit name" button in iTunes Connect or a solution via google.
Can someone tell me how to rename the app? Is it enough to rename the app in Xcode to get the name to automatically updated with the next Apple approval? Or do I have to release a completely new app with the new title?
You will need to do an update to the app store. I would leave your targets and executables the same, just change the Bundle Display Name property in your info.plist to the name you want your app to show on the iphone screen. That should do the trick.
To change the displayed-name of your application as it will show on the iPhone screen ("springboard"),
edit your application's plist.
To change the displayed-name of your application in iTunes App-Store,
edit the details of the last revision you have uploaded to iTunes -
see here the answer from 0x7fffffff:
change app name in App Store

Resources