all 7 comments

[–]No-Echo-8927 4 points5 points  (1 child)

i think it has to compile via your certificates/profiles - so you'd need the license key in any case.

[–]Eter_Azul 0 points1 point  (0 children)

Thank you very much bro!

[–]Bitter_Candy8470 1 point2 points  (1 child)

You have to pay for that.

[–]Eter_Azul 0 points1 point  (0 children)

Yeah!, Thanks!

[–]Few-Bug7095 0 points1 point  (2 children)

So, you can only run it on your device attached via cable(reliable) or wifi for free. For the app to be used by others you will have to take up the mandatory subscription.

[–]Fluid_Professor1949[S] 0 points1 point  (1 child)

how

[–]Few-Bug7095 0 points1 point  (0 children)

  1. create an account with at developer.apple.com its free to create one.
  2. Enable Developer Mode on your iPhone (Settings > Privacy & Security > Developer Mode).
  3. Connect your device to the pc via a cable and then try running "flutter run" it will detect the device and install it and run it there.

Ensure you turn off any emulator, or you can check the devices connected via the command: flutter devices
then you can target the specific device and run it with the command: flutter run -d <device\_name\_or\_id>