YoussefHenna / expo-enode-link-sdk

An Expo Module integration for Enode's Link SDK
MIT License
7 stars 2 forks source link

feat: update build.gradle to use linkkit 1.0.0 #15

Closed bjornevik closed 4 months ago

bjornevik commented 4 months ago

Referring to mail from Enode:

Hi team,

Version 1 of our iOS and Android link SDKs are now available with several major improvements to design and UX compared to previous versions. After this version, we don't expect any more incremental updates in the near term.

News include: Link UI is now rendered in full screen for a more native and integrated look Tesla Bluetooth pairing is faster and more reliable, with a better UX to ensure users fully link and pair ☝️ This includes a "magic" pairing experience where Bluetooth pairing is fully automated with no need for user intervention, improved retry flows, and better guidance when errors occur Vendor login experience available for Tesla and Google Nest

All details are available on the changelog.

There are no interface or dependency updates if you are coming from v0.10, this update should be a drop-in replacement.

Is there anything else that needs to be done to upgrade iOS?

bjornevik commented 4 months ago

@YoussefHenna do I need to do anything else here?

YoussefHenna commented 4 months ago

Hey! Sorry for the late response. For iOS you'll need to download the latest version off here https://developers.enode.com/docs/link-sdks/ios#b-using-a-local-sdk-bundle. And replace the LinkKit.xcframework file with the one you extract from that downloaded file.

YoussefHenna commented 4 months ago

Release to version 1.0.0. Thank you!