Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
vladasdrejeris committed Sep 1, 2017
2 parents a18012b + 1e6e9cd commit b4921ad
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Getting Started

When you run mobile campaigns, boost of new app installs are often one of the main goals. We are happy to announce that today we are launching app installs solution for iOS and Android devices. Easy to install SDK will enable campaign app installs tracking and reporting in Adform platform without need to deal with 3rd party SDKs and invest tons of time into that.
When you run mobile campaigns, boost of new app installs are often one of the main goals. Our easy to install Tracking SDK will enable campaign app installs tracking and reporting in Adform platform without need to deal with 3rd party SDKs and invest tons of time into that.


## 1. General Info
Expand All @@ -12,7 +12,7 @@ The use of Adform Tracking SDK requires the following:
* Requires deployment target 7.0 or later.
* Requires ARC to be enabled.

[**Please folow Migration guide below if you are updating SDK to version 1.0.**](adform-tracking-ios-sdk#upgrading-to-10)
[**Please folow Migration guide below if you are updating SDK to version 1.0.**](https://github.com/adform/adform-tracking-ios-sdk#upgrading-to-10)

### 1.1. Plugins

Expand Down Expand Up @@ -111,8 +111,8 @@ Thats it! You are ready to go. Now in Adform system will see default tracking po

// You also can set other custom variables.
[order setCustomVariable:@"var1" forKey:1];
[order setSystemVariables:@"sysVar1" forKey:1];
[order setNumericSystemVariables:@(123.45) forKey:1];
[order setSystemVariable:@"sysVar1" forKey:1];
[order setNumericSystemVariable:@(123.45) forKey:1];

[[AdformTrackingSDK sharedInstance] setOrder:order];

Expand Down Expand Up @@ -323,7 +323,7 @@ but it is possible to enable the use of SFSafariViewController, which significan
Example below shows how to enable SFSafariViewController:

````objc
[[AdformTrackingSDK sharedInstance] setSafariConrollerEnabled:true];
[[AdformTrackingSDK sharedInstance] setSafariControllerEnabled:true];
````
# Migration guide
Expand Down

0 comments on commit b4921ad

Please sign in to comment.