diff --git a/Marketo-AL-iOS-SDK.podspec b/Marketo-AL-iOS-SDK.podspec index 1ac8df2..d0390a4 100644 --- a/Marketo-AL-iOS-SDK.podspec +++ b/Marketo-AL-iOS-SDK.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "Marketo-AL-iOS-SDK" -s.version = "0.8.2" +s.version = "0.8.3" s.summary = "Add Marketo Mobile Engagement to your project." s.description = <<-DESC MarketoPod provides the following features: diff --git a/Marketo.framework/Versions/A/Headers/ALMarketo.h b/Marketo.framework/Versions/A/Headers/ALMarketo.h index ea27a74..cdb65e2 100644 --- a/Marketo.framework/Versions/A/Headers/ALMarketo.h +++ b/Marketo.framework/Versions/A/Headers/ALMarketo.h @@ -36,6 +36,12 @@ static NSString *const kALMunchkinID = @"almkto.Munchkin"; */ + (void) registerExtension; +/*! + * Initializes Marketo SDK. This method will be called as soon as we recieve the configurations from Launch. + * @param launchOptions Used for push handling notifications. + */ +-(void)initializeMarketo:(nullable NSDictionary *)launchOptions; + /*! * Initializes Marketo SDK. This method should be called before calling any other Marketo SDK method. * @param appSecret An app secret used to initialize the app diff --git a/Marketo.framework/Versions/A/Marketo b/Marketo.framework/Versions/A/Marketo index 2166090..9f62227 100644 Binary files a/Marketo.framework/Versions/A/Marketo and b/Marketo.framework/Versions/A/Marketo differ diff --git a/README.md b/README.md index 5397850..dc7b7f2 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Marketo Mobile SDK for iOS 0.8.2 +# Marketo Mobile SDK for iOS 0.8.3 The Marketo Mobile SDK allows integration with Marketo Mobile Engagement (MME). @@ -6,6 +6,9 @@ Installation instructions and more are [here](http://developers.marketo.com/docu Change Log +v0.8.3 (September 04, 2019) +- Improvements to adobe extension for read configurations and logging. + v0.8.2 (August 29, 2019) - Added adobe extension to read configurations and logging.