Hi,
i am facing a problem with the base64 encoding on iOS. We've got an app that is published for Android and iOS and the encoding of the credentials fails on iOS, as soon as they content characters like "ö ä ß § €" - non ASCII characters. On Android it's just working fine. The encoding is done via Ti.Utils.base64encode() from titanium api.
"öäüß" for example is encoded to "w7bDpA==" instead of "w7bDpMO8w58=".
Do you have any ideas that may help me with that?