omise / omise-ios

Omise iOS SDK
https://www.opn.ooo
MIT License
74 stars 36 forks source link

Appicon file name error #53

Closed teerayuthton closed 7 years ago

teerayuthton commented 7 years ago

When we archive our project to apple store. Apple reject because App icon name is duplicate from omise. How to fix it ?

pitiphong-p commented 7 years ago

Hi @teerayuthton we're investigating on your issue. However could you provide more information? How does you integrate Omise iOS into your app? What's the message Apple told you?

Thank you.

teerayuthton commented 7 years ago
  1. Our app is dtac app we set default App Icons Source is default name is "AppIcon". When we archive to app store we got Omise app icon

    screen shot 2560-10-02 at 14 26 50
  2. When we validated we got this error from apple

    screen shot 2560-10-02 at 14 28 57
  3. We fixed by delete Omise App icon in carthage like this image and error is disappear.

    screen shot 2560-10-02 at 11 02 36
pitiphong-p commented 7 years ago

It looks like your app target was set with a wrong App Icon setting or this may be a bug in Xcode. However I think this issue should be closed as you can fix it.

Please feel free to re-open the issue if you have any thing else.

teerayuthton commented 7 years ago

What happen when omise update version ? and we use carthage update, carthage build command?

pitiphong-p commented 7 years ago

When there is a new version of Omise, you can run carthage update --platform iOS omise-ios command to update it to the new version