Xojo compatibility challenge

Any volunteer to resolve issue of data encoding compatibility between iOS and Mac apps in Xojo?

if you are talking BASE64 encoding, there should be no issue…
the Native iOS Base64 encoding matches the Xojo Base64 encoding 100%
However, from what I believe I have read somewhere, what everyone is using for iOS is a class that someone wrote that did NOT implement the iOS API routines