Skip to content

Commit ed59509

Browse files
authored
Update src/connections/sources/catalog/libraries/mobile/ios/ios-faqs.md
1 parent 125dd53 commit ed59509

File tree

1 file changed

+1
-1
lines changed
  • src/connections/sources/catalog/libraries/mobile/ios

1 file changed

+1
-1
lines changed

src/connections/sources/catalog/libraries/mobile/ios/ios-faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you choose not to use a dependency manager, you must manually keep files up-t
2929

3030

3131
## Can I initiate multiple `writeKey`s for a single iOS project?
32-
No, we don't support sending events to multiple `writeKey`s for a single iOS project post-initialization. You can conditionally set the `writeKey` based on an environment variable. For example:
32+
No, Segment doesn't support sending events to multiple `writeKey`s for a single iOS project post-initialization. You can conditionally set the `writeKey` based on an environment variable. For example:
3333
```objc
3434
let writeKey
3535
ENV == 'production' ? (writeKey = 'A') : (writeKey = 'B')

0 commit comments

Comments
 (0)