fix for issues on ios

This commit is contained in:
Rex Isaac Raphael 2020-03-19 12:50:52 +01:00
parent c9816b606a
commit 81efbfaf2d
1 changed files with 1 additions and 2 deletions

View File

@ -84,8 +84,7 @@ Be sure you have at least one scene added to your build.
**iOS Platform**:
1. This only works with Unity version >=2019.3 because uses Unity as a library!
2. Depending on where you want to test or run your app, (simulator or physical device), you should select the appropriate SDK on `Target SDK`.
3. Add this to the flutter app Info.plist ```<key>io.flutter.embedded_views_preview</key>
<true/>```
3. Add this to the flutter app Info.plist `<key>io.flutter.embedded_views_preview</key> <true/>`
<br />
<br />