Skip to content

Conversation

@jmagman
Copy link
Member

@jmagman jmagman commented Sep 26, 2020

Add instructions for allowing iOS 14 local networking permissions, as promised at the end of https://flutter.dev/docs/development/ios-14#debugging-flutter.

Details in the samples PR where I followed these instructions: flutter/samples#554

Fixes flutter/flutter#63893.

@jmagman jmagman requested review from sfshaza2 and xster September 26, 2020 06:17
@jmagman jmagman self-assigned this Sep 26, 2020
@googlebot googlebot added the cla: yes Contributor has signed the Contributor License Agreement label Sep 26, 2020
Copy link
Member

@xster xster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

## Local Network Privacy Permissions
On iOS 14 and higher, enable the Dart multicast DNS
service in the Debug version of your app
to allow Flutter debugging functionalities such as hot-reload and DevTools.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe add debugging functionalities such as hot reload and DevTools via flutter attach. See more on debugging in https://flutter.dev/docs/development/add-to-app/debugging.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed it to

to add [debugging functionalities such as hot-reload and DevTools][] via `flutter attach`.

with that link.

@xster
Copy link
Member

xster commented Sep 28, 2020

@jmagman
Copy link
Member Author

jmagman commented Sep 28, 2020

Since we added a new header, could we change the link in https://flutter.dev/docs/development/ios-14#debugging-flutter too?

Good idea, done.

Copy link
Contributor

@sfshaza2 sfshaza2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@sfshaza2 sfshaza2 merged commit 294c03f into flutter:master Sep 28, 2020
@jmagman jmagman deleted the add-to-app-bonjour branch September 28, 2020 23:11
filiph pushed a commit to filiph/website that referenced this pull request Feb 22, 2021
* Add-to-app iOS local network permission

* Add anchor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Contributor has signed the Contributor License Agreement

Projects

None yet

Development

Successfully merging this pull request may close these issues.

flutter attach for add-to-app modules doesn't work on iOS 14, document how to add _dartobservatory._tcp to host app

4 participants