abobija / esp-smartconfig-dart

EspTouch and EspTouchV2 implementations of SmartConfig provisioning protocols. Plain Dart. All platforms.
https://pub.dev/packages/esp_smartconfig
MIT License
46 stars 11 forks source link

Add how to for ios >14.3 #11

Closed paulgrotzke closed 1 year ago

paulgrotzke commented 1 year ago

hey, had some struggles to get it working on an ios device with ios > 16 added a how to, to save other users some headaches

abobija commented 1 year ago

@paulgrotzke thank you so much for the contribution.

hbelser commented 1 year ago

Excellent, I just arrived at the same conclusion this morning. Confirming that multicast entitlement is needed for the package to work on iOS 16 and later (it worked ok without it on 15.7 for me). Took a couple of days to get the entitlement from Apple, and about 10 mins to add it per instructions. The error I had reported in Issue #10 is resolved. Thanks @paulgrotzke!