From a04211946b400c55b07084f99e988ce3f5db15bf Mon Sep 17 00:00:00 2001 From: "andrea.calegari" Date: Thu, 16 Nov 2017 13:24:08 +0100 Subject: [PATCH] Docs --- docs/android/user-profiling.md | 2 +- docs/bridge/handle-content.md | 2 +- docs/bridge/setup.md | 5 +++-- docs/bridge/user-profiling.md | 2 +- docs/ios/user-profiling.md | 2 +- 5 files changed, 7 insertions(+), 6 deletions(-) diff --git a/docs/android/user-profiling.md b/docs/android/user-profiling.md index ca682c4..3b70e07 100644 --- a/docs/android/user-profiling.md +++ b/docs/android/user-profiling.md @@ -1,4 +1,4 @@ -# User Profiling +# User Profiling (Android) NearIT creates an anonymous profile for every user of your app. You can choose to add data to user profile. This data will be available inside recipes to allow the creation of user targets. diff --git a/docs/bridge/handle-content.md b/docs/bridge/handle-content.md index d7ed61d..6a08ba5 100755 --- a/docs/bridge/handle-content.md +++ b/docs/bridge/handle-content.md @@ -23,7 +23,7 @@ In your native fragment, content can have several class types: - `NotificationMessage` returns the notification message - `XCContentNotification` for the notification with content, with the following attributes: - - `Title` returns the notification title + - `Title` returns the notification title - `Content` returns the text content, without processing the html - `ImageLink` returns the link of the image object - `Cta` returns a `ContentLink` with a label and url fields diff --git a/docs/bridge/setup.md b/docs/bridge/setup.md index 426304c..1c99e78 100755 --- a/docs/bridge/setup.md +++ b/docs/bridge/setup.md @@ -7,8 +7,9 @@ To install NearIT Bridge, click on “**Project>Add NuGet Packages**”, find an - Xamarin.NearIT.PCL ``` -Then move to the native fragments, install its NuGet (you can find it here, [Setup (iOS)](../ios/setup.md) or [Setup (Android)](../android/setup.md)) and set the Api Key.
-To set the Api Key of **iOS** you can follow the docs or call inside `FinishedLaunching` method of your **AppDelegate** class this method: +Then move to the native fragments, install its NuGet (you can find it in [Setup (iOS)](../ios/setup.md) or [Setup (Android)](../android/setup.md)) and set the Api Key.
+ +To set the Api Key of **iOS** you can follow the docs or (if you have created a *Keys.plist* file where you define a variable **apiKey**), call inside `FinishedLaunching` method of your **AppDelegate** class this method: ``` public override bool FinishedLaunching(UIApplication application, NSDictionary launchOptions) { diff --git a/docs/bridge/user-profiling.md b/docs/bridge/user-profiling.md index 872ba8f..3047502 100755 --- a/docs/bridge/user-profiling.md +++ b/docs/bridge/user-profiling.md @@ -1,4 +1,4 @@ -# User profiling +# User profiling (Android) NearIT creates an anonymous profile for every user of your app. You can choose to add data to user profile. This data will be available inside recipes to allow the creation of user targets. diff --git a/docs/ios/user-profiling.md b/docs/ios/user-profiling.md index fd46322..3eb64da 100755 --- a/docs/ios/user-profiling.md +++ b/docs/ios/user-profiling.md @@ -1,4 +1,4 @@ -# User profiling +# User profiling (iOS) NearIT creates an anonymous profile for every user of your app. You can choose to add data to user profile. This data will be available inside recipes to allow the creation of user targets.