authUrl was being read as string which wasn't treated as an error as type mismatch is allowed in Objective C.
This PR fixes this using authURL as NSURL
Also it turned out that ably-java didn't like authUrl having token as query string parameter. That's why I made a change on ably-java and upgraded its version here
authUrl
was being read as string which wasn't treated as an error as type mismatch is allowed in Objective C.This PR fixes this using authURL as NSURL
Also it turned out that ably-java didn't like
authUrl
having token as query string parameter. That's why I made a change on ably-java and upgraded its version hereFixes https://github.com/ably/ably-flutter/issues/465