NaumanAkhtar
NaumanAkhtar

SMS-MT submitted via the http API are accepted and queued as shown in the screenshot below, The message exists in queue as monitored from rabbitmq console. but the message.log does...
Getting error: TypeError: null is not an object (evaluating '_reactNativeFtp.default.setup') IOS my code snippet is `FTP.setup("ftp.dlptest.com",21) //Setup host FTP.login("dlpuser","rNrKYTX9g7z3RgJRmxWuGHbeu").then( (result)=>{ FTP.list(".").then( (result)=>{ console.log(result); } ); }, (error)=>{ alert(error); } )`...