Closed ra1nj closed 2 months ago
Latest commit: 876a1ede7e276225d09a7e7031bca7237c0bc177
The changes in this PR will be included in the next version bump.
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Hi @jbroma , thank you for your kindly advices, it's really helpful and i gained new knowledges! Also i created another pull request for handling the download failed situation on iOS, i checked this on Android, i think it's already implemented there :
if (response.isSuccessful)
verified working on iOS, thanks for your contribution 🎉
Summary
The query object return by ScriptManager's resolver will be encoded in Script.from(). But on iOS side, the query will be encoded again. This pr will fix this behavior.
Test plan