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: src/connections/destinations/catalog/moengage/index.md
+11-15Lines changed: 11 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -100,24 +100,17 @@ To differentiate between those, use one of the method below:
100
100
101
101
```objc
102
102
//For new Install call following
103
-
[[MoEngage sharedInstance]appStatus:INSTALL];
103
+
[[MoEngage sharedInstance]appStatus:INSTALL];
104
104
105
105
//For an app update call following
106
-
[[MoEngage sharedInstance]appStatus:UPDATE];
106
+
[[MoEngage sharedInstance]appStatus:UPDATE];
107
107
```
108
108
109
109
Read more on [install/update differentiation](https://docs.moengage.com/docs/installupdate-differentiation).
110
110
111
-
### Data Redirection
111
+
### Setting Data Center
112
112
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 inSDK is set to `DATA_CENTER_01`, make sure to set the correct DataCenter depending on your account using this [doc](https://docs.moengage.com/docs/data-redirection). Its important to set the correct DataCenterwhile integration, ifnot set correctly will result inMoEngageSDK features not working.
121
114
122
115
### Using features provided in the MoEngage SDK
123
116
@@ -150,13 +143,16 @@ For information about the MoEngage push implementation, see [**Push Notification
150
143
151
144
152
145
#### In-App Messaging
153
-
154
-
In-AppMessaging 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 Messagingand 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:
TheMoEngageSDK 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).
160
156
161
157
### Segment Docs
162
158
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