Skip to content

Commit e0ab88e

Browse files
iOS updates for Segment-MoEngage 6.0.0
1 parent d2263e8 commit e0ab88e

File tree

1 file changed

+11
-15
lines changed
  • src/connections/destinations/catalog/moengage

1 file changed

+11
-15
lines changed

src/connections/destinations/catalog/moengage/index.md

Lines changed: 11 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -100,24 +100,17 @@ To differentiate between those, use one of the method below:
100100

101101
```objc
102102
//For new Install call following
103-
[[MoEngage sharedInstance]appStatus:INSTALL];
103+
[[MoEngage sharedInstance] appStatus:INSTALL];
104104
105105
//For an app update call following
106-
[[MoEngage sharedInstance]appStatus:UPDATE];
106+
[[MoEngage sharedInstance] appStatus:UPDATE];
107107
```
108108

109109
Read more on [install/update differentiation](https://docs.moengage.com/docs/installupdate-differentiation).
110110

111-
### Data Redirection
111+
### Setting Data Center
112112

113-
You can redirect data to MoEngage' EU servers. To redirect data to, call the `redirectDataToRegion:` method to redirect the data to the `MOE_REGION_EU` region defined in the 'DataRedirectionRegion' Enumerator. Use the method as shown below:
114-
115-
```objc
116-
[MoEngage redirectDataToRegion:MOE_REGION_EU];
117-
```
118-
119-
> note ""
120-
> **IMPORTANT**: If you use MoEngage in the EU, you must [sign up for the EU environment](https://app-eu.moengage.com).
113+
By default, the data center in SDK is set to `DATA_CENTER_01`, make sure to set the correct Data Center depending on your account using this [doc](https://docs.moengage.com/docs/data-redirection). Its important to set the correct Data Center while integration, if not set correctly will result in MoEngage SDK features not working.
121114

122115
### Using features provided in the MoEngage SDK
123116

@@ -150,13 +143,16 @@ For information about the MoEngage push implementation, see [**Push Notification
150143
151144
152145
#### In-App Messaging
153-
154-
In-App Messaging are custom views which you can send to a segment of users to show custom messages or give new offers or take to some specific pages. Follow the link to know more about inApp Messaging and how to use it in your application:
146+
In-App Messaging are custom views which you can send to a segment of users to show custom messages or give new offers or take to some specific pages. Follow the link to know more about inApp Messaging and how to use it in your application:
155147
[**InApp NATIV**](https://docs.moengage.com/docs/in-app-nativ)
156148
157149
158-
#### GDPR Compliance
159-
The MoEngage SDK is GDPR compliant, follow the doc in this [link](https://docs.moengage.com/docs/gdpr-compliance-1) to know how to use opt-outs for different features.
150+
#### Cards
151+
Create targeted or automated App Inbox/NewsFeed messages that can be grouped into various categories, and target your users with different updates or offers that can stay in the Inbox/Feed over a designated period of time. Follow the link to know more about [Cards](https://docs.moengage.com/docs/ios-cards).
152+
153+
154+
#### Compliance
155+
To make the App compliant with policies i.e,GDPR while using our SDK, follow the doc in this [link](https://docs.moengage.com/docs/gdpr-compliance-1).
160156
161157
### Segment Docs
162158
For more info on using **Segment for iOS** refer to [**Developer Docs**](/docs/connections/sources/catalog/libraries/mobile/ios/) provided by Segment.

0 commit comments

Comments
 (0)