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
{{ message }}
This repository was archived by the owner on Jun 27, 2023. It is now read-only.
feat(ios): make idfa for ios external to analytics (segmentio#210)
* feat(ios): make idfa for ios external to analytics
* fix(js): fixed test and linter errors
* fix(ios): make analytics-ios 4.0.5 the minimum version
Co-authored-by: Brandon Sneed <brandon.sneed@segment.com>
*Defined in [analytics.ts:46](https://github.com/adkenyon/analytics-react-native/blob/master/packages/core/src/analytics.ts#L46)*
54
+
*Defined in analytics.ts:46*
55
55
56
56
Default project settings to use, if Segment.com cannot be reached. An example configuration can be found here, using your write key: [](https://cdn-settings.segment.com/v1/projects/YOUR_WRITE_KEY/settings)[https://cdn-settings.segment.com/v1/projects/YOUR\_WRITE\_KEY/settings](https://cdn-settings.segment.com/v1/projects/YOUR_WRITE_KEY/settings)
57
57
@@ -62,7 +62,7 @@ ___
62
62
63
63
**● flushAt**: *`undefined`\|`number`*
64
64
65
-
*Defined in [analytics.ts:54](https://github.com/adkenyon/analytics-react-native/blob/master/packages/core/src/analytics.ts#L54)*
65
+
*Defined in analytics.ts:54*
66
66
67
67
The number of queued events that the analytics client should flush at. Setting this to `1` will not queue any events and will use more battery.
68
68
@@ -75,7 +75,7 @@ ___
75
75
76
76
**● ios**: *`undefined`\|`object`*
77
77
78
-
*Defined in [analytics.ts:102](https://github.com/adkenyon/analytics-react-native/blob/master/packages/core/src/analytics.ts#L102)*
78
+
*Defined in analytics.ts:102*
79
79
80
80
iOS specific settings.
81
81
@@ -86,7 +86,7 @@ ___
86
86
87
87
**● proxy**: *`undefined`\|`object`*
88
88
89
-
*Defined in [analytics.ts:72](https://github.com/adkenyon/analytics-react-native/blob/master/packages/core/src/analytics.ts#L72)*
89
+
*Defined in analytics.ts:72*
90
90
91
91
Whether the analytics client should send all requests through your own hosted proxy rather than directly to Segment. See: iOS: [https://segment.com/docs/connections/sources/catalog/libraries/mobile/ios/#proxy-http-calls](https://segment.com/docs/connections/sources/catalog/libraries/mobile/ios/#proxy-http-calls) android: [https://segment.com/docs/connections/sources/catalog/libraries/mobile/android/#proxy-http-calls](https://segment.com/docs/connections/sources/catalog/libraries/mobile/android/#proxy-http-calls)
*Defined in [analytics.ts:19](https://github.com/adkenyon/analytics-react-native/blob/master/packages/core/src/analytics.ts#L19)*
102
+
*Defined in analytics.ts:19*
103
103
104
104
Whether the analytics client should automatically make a screen call when a view controller is added to a view hierarchy. Because the iOS underlying implementation uses method swizzling, we recommend initializing the analytics client as early as possible.
*Defined in [analytics.ts:26](https://github.com/adkenyon/analytics-react-native/blob/master/packages/core/src/analytics.ts#L26)*
115
+
*Defined in analytics.ts:26*
116
116
117
117
Whether the analytics client should automatically track application lifecycle events, such as "Application Installed", "Application Updated" and "Application Opened".
0 commit comments