AdaSupport / ios-sdk

EmbedFramework is a small iOS SDK that is used to embed the Ada Chat bot into native iOS applications.
MIT License
4 stars 21 forks source link

SUP-123: Calling adaEmbed.setMetafields instead of setMetafields #18

Closed michaellazz closed 3 years ago

michaellazz commented 3 years ago

Description

Changed from calling setMetafields in webview to calling the adaEmbed.setMetaFields. This is because the atob in javascript does not support decoding utf8 from base64 (only supports ASCII)


Checklist