You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/flutter-testing/app-preview.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,17 +7,19 @@ aliases:
7
7
8
8
Stellar is our iOS simulator and Android emulator running in your browser. Launch and interact with your iOS or Android app right in the browser, regardless of the operating system you are using. Test your app against different device and OS configurations, emulate GPS location or demo the latest app version without needing access to a physical device.
9
9
10
+
{{< youtube vb_pSHy9PG0 >}}
11
+
10
12
**Tip:** The following sections describe creating previewable artifacts using Flutter Workflow Editor. If you're using codemagic.yaml, follow the instructions [here](../yaml-testing/app-preview).
11
13
12
-
## Enabling App Preview
14
+
## Enabling App Preview and Free Trial
13
15
14
16
{{<notebox>}}
15
17
This feature is available for **teams** only.
16
18
{{</notebox>}}
17
19
18
-
Teams on the Pay as you go plan can enable the feature via the **App Preview** page in left sidebar.
20
+
Teams on the **Pay as you go** plan can enable the feature via the **App Preview** page on the left sidebar and will get 100 free trial minutes. Once used up, further app preview minutes will be billed at the rate of 0.095/min and included in your monthly invoice.
19
21
20
-
Teams on annual plans can request access to App Preview by [contacting us](https://codemagic.io/contact/).
22
+
Teams on annual plans can try out App Preview by [contacting us](https://codemagic.io/contact/).
21
23
22
24
## Creating iOS .app binaries for previewing on the simulator
Copy file name to clipboardExpand all lines: content/yaml-testing/app-preview.md
+24-67Lines changed: 24 additions & 67 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,108 +7,65 @@ aliases:
7
7
8
8
Stellar is our iOS simulator and Android emulator running in your browser. Launch and interact with your iOS or Android app right in the browser, regardless of the operating system you are using. Test your app against different device and OS configurations, emulate GPS location or demo the latest app version without needing access to a physical device.
9
9
10
+
{{< youtube vb_pSHy9PG0 >}}
11
+
10
12
**Tip:** The following sections describe creating previewable artifacts using codemagic.yaml. If you're using the Flutter Workflow Editor, follow the instructions [here](../flutter-testing/app-preview).
11
13
12
-
## Enabling App Preview
14
+
## Enabling App Preview and Free Trial
13
15
14
16
{{<notebox>}}
15
17
This feature is available for **teams** only.
16
18
{{</notebox>}}
17
19
18
-
Teams on the Pay as you go plan can enable the feature via the **App Preview** page in left sidebar.
19
-
20
-
Teams on annual plans can request access to App Preview by [contacting us](https://codemagic.io/contact/).
20
+
Teams on the **Pay as you go** plan can enable the feature via the **App Preview** page on the left sidebar and will get 100 free trial minutes. Once used up, further app preview minutes will be billed at the rate of 0.095/min and included in your monthly invoice.
21
21
22
+
Teams on annual plans can try out App Preview by [contacting us](https://codemagic.io/contact/).
22
23
23
24
## Creating iOS .app binaries for previewing on the simulator
24
25
25
26
To create a `.app` to run on the iOS simulator, consult the **codemagic.yaml** samples below.
26
27
27
-
You should make sure that the following values in the `-destination` string correspond with the macOS instance you are using:
28
-
29
-
-`name` corresponds with one of the devices available on the macOS instance being used.
30
-
-`OS` matches the iOS runtime available on the macOS instance being used.
31
-
32
-
You can find the macOS specifications that list the available iOS devices and runtimes [here](../specs/versions-macos).
33
-
34
28
{{< tabpane >}}
35
-
{{< tab header="Flutter" >}}
29
+
30
+
{{< tab header="iOS" >}}
36
31
{{<markdown>}}
37
-
Sample **codemagic.yaml** for building an iOS `.app` binary for Flutter projects.
32
+
Sample **codemagic.yaml** for building an iOS `.app` binary using Xcode build commands.
If you are using Flutter flavors and want to preview a specific flavor, make sure that you set the correct value for your flavor's `-scheme` and set the entry point for your flavor using `FLUTTER_TARGET`.
56
+
Sample **codemagic.yaml** for building an iOS `.app` binary for Flutter projects.
0 commit comments