I am trying to integrate Card.io sdk to my iOS app. I'd like to do a simple localization for CardIO ui, as changing Cancel button title or "Hold credit card here" hint text.

I've found this android demo on github, and it's simply using strings.xml file to do this.(I guess, couldn't try yet.) https://github.com/card-io/android-scan-demo/blob/master/app/res/values/strings.xml

How can i do this in my iOS app? Shouldn't there be a file attached to card.io ios SDK like this strings.xml above.

Edit: I'm using Card.io sdk 3.0.5.

Regards,

有帮助吗?

解决方案

Josh from card.io here. We released localization support in version 3.1, which is available now.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top