September 2018
Intermediate to advanced
434 pages
8h 47m
English
Open up the project in Xcode.
Under the project's General settings, change the Display Name and Bundle Identifier to what we set them to in the Developer portal:

Next, we have to change the app icon. The app icon needs to be of different sizes without an alpha. The easiest way to create different app sizes is to use the website https://makeappicon.com/; you just have to provide a 1024 x 1024 image, then upload it to the site, and it will email you the icon in different sizes, which you can simply drag and drop onto your project:
Open Assets.xcassets in your project in Xcode and you will see AppIcon already in it. Delete it and ...
Read now
Unlock full access