iOS Question Store icons problems

hanyelmehy

Active Member
Licensed User
Longtime User

hanyelmehy

Active Member
Licensed User
Longtime User

Attachments

  • Screen.jpg
    Screen.jpg
    87.8 KB · Views: 323
Upvote 0

hanyelmehy

Active Member
Licensed User
Longtime User
Why aren't you uploading directly from the IDE?
i have a local mac ,and i publish many apps before without any problem ,is using local mac is the problem ? ,please i need to solve this issue i just payed for update for only this issue ,according to your advice
 
Upvote 0

hanyelmehy

Active Member
Licensed User
Longtime User
Notes :
some of generated icons in AppIcon.appiconset folder start with (i) others start with (I)
all files name in Contents.json start with (i)
also for example in Contents.json
B4X:
{
      "size" : "60x60",
      "idiom" : "iphone",
      "filename" : "[email protected]",
      "scale" : "2x"
    },
[email protected] actual size 120x120 not 60x60
this is just a notes ,i did not know its a bugs or not
 
Upvote 0

hanyelmehy

Active Member
Licensed User
Longtime User
All of the files under src\Images.xcassets\AppIcon.appiconset should be lower cased.

If this is not the case then:
1. Delete that folder.
2. Make sure that all the icon files under Files\Special are lower case.
-i only put icon-store-1024.png in <project>\Files\Special and its in lower case
 
Upvote 0
Top