When i archived my app to upload to app store, app icon is being white. But in Xcode 4.2 everything is ok. In Xcode 4.3.2 app icon changes into white after archiving it. Xcode allows to upload to app store without any warning and error. Uploading is finished and waiting for review. I want to know, if Apple will reject my app for this?
相关问题
- Core Data lightweight migration crashes after App
- How can I implement password recovery in an iPhone
- State preservation and restoration strategies with
- “Zero out” sensitive String data in Swift
- Get the NSRange for the visible text after scroll
相关文章
- 现在使用swift开发ios应用好还是swift?
- UITableView dragging distance with UIRefreshContro
- TCC __TCCAccessRequest_block_invoke
- Where does a host app handle NSExtensionContext#co
- Swift - hide pickerView after value selected
- How do you detect key up / key down events from a
- didBeginContact:(SKPhysicsContact *)contact not in
- Attempt to present UIAlertController on View Contr
Include in the info.plist for the key "Icon File" the value "Icon.png". Do not forget to also include the image in the container.
I fixed with RMeijs answer in Here
The way is open terminal and type following code.
after that restart XCodes,All icons in Organizer are fine.
That answer from RMeijs.
I wrote this answer for easily to find.