Skip to content

Commit

Permalink
chore: update readme (SDKCF-6826)
Browse files Browse the repository at this point in the history
  • Loading branch information
SoumenRautray committed Oct 31, 2023
1 parent 86528a0 commit 1e17b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,9 +395,10 @@ In your `Info.plist` configuration, set the PostScript names under `InAppMessagi
* Status bar characters and icons are not visible when Full-Screen campaign is presented
* If your app is running on iOS version below 13.0 you need to either change background color of the campaign or set proper `preferredStatusbarStyle` in the top-most view controller. (for iOS versions above 13.0 this issue is handled internally by the SDK)
* A launch event campaign is presented more times than expected.
* Ensure that `registerPreference()` is called after `configure()` and before any `logEvent()` method
* Ideally `registerPreference()` should be called after `configure()` and before any `logEvent()` method
* The preference object must contain up-to-date information before `registerPreference()` is called
* Each *userId*/*idTrackingIdentifier* combination (including empty one) has its own counter for campaign impressions.
* Killing the app or calling `closeMessage()` API while campaign is being displayed doesn't count as impression.
**Note:** If `registerPreference()` is called before `configure()` then it gets retained and gets triggered after `configure()` is called.

#### For other issues and more detailed information, Rakuten developers should refer to the Troubleshooting Guide on the internal developer documentation portal.

0 comments on commit 1e17b78

Please sign in to comment.