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: README.md
+6-25Lines changed: 6 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,36 +8,17 @@ App Center Crashes will automatically generate a crash log every time your app c
8
8
App Center Analytics helps you understand user behavior and customer engagement to improve your app. The SDK automatically captures session count, device properties like model, OS version, etc. You can define your own custom events to measure things that matter to you. All the information captured is available in the App Center portal for you to analyze the data.
9
9
10
10
## Requirements
11
-
- Titanium Mobile SDK 7.0.0.GA or later
11
+
- Titanium Mobile SDK 9.0.0.GA or later
12
12
13
13
## Building
14
14
15
-
### Android
16
-
17
-
Run from the `android` directory
18
-
>`./gradlew tiBuild`
19
-
20
-
**Important:** module dependencies are not included in this repository. Command above will download them for you.
21
-
22
-
If for some reasons you want to build this module using only `appc` or `titanium` cli commands, you should download App Center SDK and put into `android/app/libs` (or `android/lib` which is symlink). After that you should run:
23
-
24
-
>`appc run -p android --build-only`
25
-
26
-
or
27
-
28
-
>`ti build -p android --build-only`
29
-
30
-
from the `android` directory
31
-
32
-
### iOS
33
-
34
15
Update SDK version and its location in `ios/titanium.xcconfig` if you need.
35
-
Run from `ios` directory
36
-
>`appc run -p ios --build-only`
37
16
38
-
or
17
+
Run from platform directory ([Appcelerator CLI](https://github.com/appcelerator/appc-install)):
18
+
>`appc run -p [android|ios] --build-only`
39
19
40
-
>`ti build -p ios --build-only`
20
+
or ([Titanium CLI](https://github.com/appcelerator/titanium)):
21
+
>`ti build -p [android|ios] --build-only`
41
22
42
23
## Install
43
24
@@ -50,7 +31,7 @@ Add the module as a dependency to your application by editing `tiapp.xml`.
0 commit comments