From e26c2d4bc1ac05607ea40ae7c412387eb49c7338 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B3hann=20=C3=9E=2E=20Berg=C3=BE=C3=B3rsson?= Date: Fri, 14 Oct 2016 10:32:18 -0700 Subject: [PATCH] Update to v4.2.4 + Added callbacks for the Upsight Session Lifecycle (http://help.upsight.com/api_sdk_reference/ios/#session-lifecycle-callbacks) + Added a method to get info about the latest Upsight Session (http://help.upsight.com/api_sdk_reference/ios/#getlatestsessioninfo) --- README.md | 4 +- UpsightKit.podspec | 2 +- .../Blocks/UpsightDataStoreCompletion.html | 2 +- .../UpsightDataStoreObjectsCompletion.html | 2 +- .../Documents/Classes/USAnalytics.html | 2 +- .../Documents/Classes/USAnalyticsEvent.html | 2 +- .../Documents/Classes/USAttributionEvent.html | 2 +- .../Documents/Classes/USEventFactory.html | 2 +- .../Classes/USInAppPurchaseEvent.html | 2 +- .../Classes/USInAppPurchaseInfo.html | 2 +- .../Documents/Classes/USManagedVariable.html | 45 ++- .../Documents/Classes/USMilestoneEvent.html | 2 +- .../Classes/USMonetizationEvent.html | 2 +- .../Classes/USMonetizationPurchaseInfo.html | 2 +- .../Documents/Classes/USPurchaseInfo.html | 2 +- .../Resources/Documents/Classes/USPush.html | 2 +- .../Documents/Classes/USSessionInfo.html | 331 ++++++++++++++++ .../Documents/Classes/USUserAttributes.html | 2 +- .../Resources/Documents/Classes/Upsight.html | 2 +- .../Documents/Classes/UpsightDataStore.html | 2 +- .../Classes/UpsightStorableObject.html | 2 +- .../Documents/Constants/USBillboardError.html | 2 +- .../Constants/USPurchaseResolution.html | 2 +- .../Documents/Constants/UpsightError.html | 2 +- .../Constants/UpsightLoggerLevel.html | 2 +- .../Constants/UpsightObservableAction.html | 2 +- .../Protocols/USAnalyticsInterface.html | 2 +- .../Documents/Protocols/USBillboard.html | 2 +- .../Protocols/USBillboardDelegate.html | 2 +- .../Protocols/USBillboardManager.html | 2 +- .../Documents/Protocols/USManagedBoolean.html | 2 +- .../Documents/Protocols/USManagedFloat.html | 2 +- .../Documents/Protocols/USManagedInteger.html | 2 +- .../Documents/Protocols/USManagedString.html | 2 +- .../Documents/Protocols/USManagedType.html | 2 +- .../Protocols/USManagedVariableObserver.html | 2 +- .../USManagedVariableObserverDelegate.html | 2 +- .../Documents/Protocols/USPurchase.html | 2 +- .../Documents/Protocols/USReward.html | 2 +- .../Protocols/UpsightDataStoreInterface.html | 2 +- .../Protocols/UpsightSessionDelegate.html | 356 +++++++++++++++++ .../Resources/Documents/hierarchy.html | 6 +- .../Contents/Resources/Documents/index.html | 6 +- .../Contents/Resources/Nodes.xml | 120 ++++-- .../Contents/Resources/Tokens13.xml | 193 +++------ .../Contents/Resources/Tokens14.xml | 369 +++++------------- .../Contents/Resources/Tokens15.xml | 361 +++++++++++++++-- .../Contents/Resources/Tokens16.xml | 197 ++-------- .../Contents/Resources/Tokens17.xml | 205 ++++++++-- .../Contents/Resources/Tokens18.xml | 175 ++------- .../Contents/Resources/Tokens19.xml | 194 ++++----- .../Contents/Resources/Tokens20.xml | 139 ++++++- .../Contents/Resources/Tokens21.xml | 53 +-- .../Contents/Resources/Tokens22.xml | 32 +- .../Contents/Resources/Tokens23.xml | 32 +- .../Contents/Resources/Tokens24.xml | 32 +- .../Contents/Resources/Tokens25.xml | 39 +- .../Contents/Resources/Tokens26.xml | 40 +- .../Contents/Resources/Tokens27.xml | 58 ++- .../Contents/Resources/Tokens28.xml | 105 ++--- .../Contents/Resources/Tokens29.xml | 83 ++-- .../Contents/Resources/Tokens30.xml | 264 ++++--------- .../Contents/Resources/Tokens31.xml | 257 +++++++++++- .../Contents/Resources/Tokens32.xml | 111 ++++-- .../Contents/Resources/Tokens33.xml | 116 +----- .../Contents/Resources/Tokens34.xml | 61 +-- .../Contents/Resources/Tokens35.xml | 112 +++++- .../Contents/Resources/Tokens36.xml | 72 +++- .../Contents/Resources/Tokens37.xml | 41 +- .../Contents/Resources/Tokens38.xml | 9 + .../Contents/Resources/Tokens39.xml | 9 + .../Contents/Resources/Tokens7.xml | 12 + .../Contents/Resources/docSet.dsidx | Bin 266240 -> 266240 bytes .../Contents/Resources/docSet.dsidx-shm | Bin 32768 -> 32768 bytes .../Contents/Resources/docSet.dsidx-wal | Bin 2752192 -> 2974672 bytes .../Contents/Resources/docSet.skidx | Bin 98304 -> 102400 bytes .../Contents/Resources/docSet.toc | Bin 8123 -> 8626 bytes .../Contents/Resources/docSet.tokencache | Bin 44466 -> 47006 bytes .../Headers/USManagedVariable.h | 6 + .../Headers/USSessionInfo.h | 102 +++++ iOS/UpsightKit.framework/Headers/Upsight.h | 3 + iOS/UpsightKit.framework/Headers/UpsightKit.h | 1 + iOS/UpsightKit.framework/UpsightKit | Bin 17580112 -> 17753832 bytes .../Versions/A/Headers/USManagedVariable.h | 6 + .../Versions/A/Headers/USSessionInfo.h | 102 +++++ .../Versions/A/Headers/Upsight.h | 3 + .../Versions/A/Headers/UpsightKit.h | 1 + .../Versions/A/UpsightKit | Bin 17580112 -> 17753832 bytes .../Current/Headers/USManagedVariable.h | 6 + .../Versions/Current/Headers/USSessionInfo.h | 102 +++++ .../Versions/Current/Headers/Upsight.h | 3 + .../Versions/Current/Headers/UpsightKit.h | 1 + .../Versions/Current/UpsightKit | Bin 17580112 -> 17753832 bytes .../Headers/USManagedVariable.h | 6 + .../Headers/Upsight.h | 3 + .../Headers/UpsightKit.h | 1 + tvOS/UpsightKitTvOS.framework/UpsightKitTvOS | Bin 11113032 -> 11244232 bytes .../Versions/A/Headers/USManagedVariable.h | 6 + .../Versions/A/Headers/Upsight.h | 3 + .../Versions/A/Headers/UpsightKit.h | 1 + .../Versions/A/UpsightKitTvOS | Bin 11113032 -> 11244232 bytes .../Current/Headers/USManagedVariable.h | 6 + .../Versions/Current/Headers/Upsight.h | 3 + .../Versions/Current/Headers/UpsightKit.h | 1 + .../Versions/Current/UpsightKitTvOS | Bin 11113032 -> 11244232 bytes 105 files changed, 3034 insertions(+), 1645 deletions(-) create mode 100644 com.Upsight.UpsightKit.docset/Contents/Resources/Documents/Classes/USSessionInfo.html create mode 100644 com.Upsight.UpsightKit.docset/Contents/Resources/Documents/Protocols/UpsightSessionDelegate.html create mode 100644 com.Upsight.UpsightKit.docset/Contents/Resources/Tokens38.xml create mode 100644 com.Upsight.UpsightKit.docset/Contents/Resources/Tokens39.xml create mode 100644 iOS/UpsightKit.framework/Headers/USSessionInfo.h create mode 100644 iOS/UpsightKit.framework/Versions/A/Headers/USSessionInfo.h create mode 100644 iOS/UpsightKit.framework/Versions/Current/Headers/USSessionInfo.h diff --git a/README.md b/README.md index e5b815c..5183e1b 100644 --- a/README.md +++ b/README.md @@ -25,12 +25,12 @@ Using [CocoaPods](https://guides.cocoapods.org) is the easiest way to integrate target 'MyiOSApp' do platform :ios, '8.0' - pod 'UpsightKit', '~> 4.0.5' + pod 'UpsightKit', '~> 4.2.4' end target 'MyTvOSApp' do platform :tvos, '9.1' - pod 'UpsightKit', '~> 4.0.5' + pod 'UpsightKit', '~> 4.2.4' end diff --git a/UpsightKit.podspec b/UpsightKit.podspec index e15263f..abd4995 100644 --- a/UpsightKit.podspec +++ b/UpsightKit.podspec @@ -16,7 +16,7 @@ Pod::Spec.new do |s| # s.name = "UpsightKit" - s.version = "4.2.3" + s.version = "4.2.4" s.summary = "Upsight SDK for iOS and tvOS." # This description is used to generate tags and improve search results. diff --git a/com.Upsight.UpsightKit.docset/Contents/Resources/Documents/Blocks/UpsightDataStoreCompletion.html b/com.Upsight.UpsightKit.docset/Contents/Resources/Documents/Blocks/UpsightDataStoreCompletion.html index 6d77f74..4dae0a1 100644 --- a/com.Upsight.UpsightKit.docset/Contents/Resources/Documents/Blocks/UpsightDataStoreCompletion.html +++ b/com.Upsight.UpsightKit.docset/Contents/Resources/Documents/Blocks/UpsightDataStoreCompletion.html @@ -112,7 +112,7 @@

Declared In