Skip to content

Commit 49ce8a5

Browse files
author
Niall Brennan
committed
Add faq section for swift and rn 2.0
1 parent 0957ad3 commit 49ce8a5

File tree

2 files changed

+10
-0
lines changed
  • src/connections/sources/catalog/libraries/mobile

2 files changed

+10
-0
lines changed

src/connections/sources/catalog/libraries/mobile/react-native/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -500,5 +500,10 @@ Segment supports these destinations for Analytics React Native 2.0 in device-mod
500500
- [Facebook App Events](https://www.npmjs.com/package/@segment/analytics-react-native-plugin-facebook-app-events){:target="_blank"}
501501
- [Firebase](https://www.npmjs.com/package/@segment/analytics-react-native-plugin-firebase){:target="_blank"}
502502
503+
## FAQs
504+
### Can I use the catalog of device-mode destinations from Segments 1.X.X React-Native release?
505+
No, only the plugins listed above are supported in device-mode for Analytics React Native 2.0.
506+
### Will I still see device-mode integrations listed as `false` in the integrations object?
507+
When you successfully package a plugin in device-mode, you will no longer see the integration listed as `false` in the integrations object for a Segment event. This logic is now packaged in the event metadata, and is not surfaced in the Segment debugger.
503508
## Changelog
504509
[View the Analytics React Native 2.0 changelog on GitHub](https://github.com/segmentio/analytics-react-native/releases){:target="_blank"}.

src/connections/sources/catalog/libraries/mobile/swift-ios/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -407,6 +407,11 @@ Segment supports these destinations for Analytics Swift, with more to come:
407407
* [Firebase](https://github.com/segment-integrations/analytics-swift-firebase)
408408
* [Mixpanel](https://github.com/segment-integrations/analytics-swift-mixpanel)
409409

410+
## FAQs
411+
### Can I use the catalog of device-mode destinations from Analytics-iOS?
412+
No, only the plugins listed above are supported in device-mode for Analytics-Swift.
413+
### Will I still see device-mode integrations listed as `false` in the integrations object?
414+
When you successfully package a plugin in device-mode, you will no longer see the integration listed as `false` in the integrations object for a Segment event. This logic is now packaged in the event metadata, and is not surfaced in the Segment debugger.
410415

411416
## Changelog
412417
[View the Analytics-Swift changelog on GitHub](https://github.com/segmentio/analytics-swift/releases).

0 commit comments

Comments
 (0)