Skip to content

Commit

Permalink
Improvements to logging and configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mbijapur committed Sep 4, 2019
1 parent 2b0de44 commit b694f9e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Marketo-AL-iOS-SDK.podspec
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
6 changes: 6 additions & 0 deletions Marketo.framework/Versions/A/Headers/ALMarketo.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified Marketo.framework/Versions/A/Marketo
Binary file not shown.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# 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).

Installation instructions and more are [here](http://developers.marketo.com/documentation/mobile/ "Marketo for Mobile").

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.

Expand Down

0 comments on commit b694f9e

Please sign in to comment.