diff --git a/Framework/Pushwoosh.framework/Versions/A/Headers/PWInAppManager.h b/Framework/Pushwoosh.framework/Versions/A/Headers/PWInAppManager.h index 49c9f07e..18e5b024 100644 --- a/Framework/Pushwoosh.framework/Versions/A/Headers/PWInAppManager.h +++ b/Framework/Pushwoosh.framework/Versions/A/Headers/PWInAppManager.h @@ -163,6 +163,12 @@ */ - (void)addJavascriptInterface:(NSObject*)interface withName:(NSString*)name; +/** + Updates In-App messages storage on a device + */ + +- (void)reloadInAppsWithCompletion: (void (^)(NSError *error))completion; + #endif @end diff --git a/Framework/Pushwoosh.framework/Versions/A/Headers/Pushwoosh.h b/Framework/Pushwoosh.framework/Versions/A/Headers/Pushwoosh.h index b0fc1b27..ad28d5cf 100644 --- a/Framework/Pushwoosh.framework/Versions/A/Headers/Pushwoosh.h +++ b/Framework/Pushwoosh.framework/Versions/A/Headers/Pushwoosh.h @@ -19,7 +19,7 @@ #endif -#define PUSHWOOSH_VERSION @"6.0.13" +#define PUSHWOOSH_VERSION @"6.1.0" @class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy; diff --git a/Framework/Pushwoosh.framework/Versions/A/Pushwoosh b/Framework/Pushwoosh.framework/Versions/A/Pushwoosh index 8dd7b04e..21229c68 100644 Binary files a/Framework/Pushwoosh.framework/Versions/A/Pushwoosh and b/Framework/Pushwoosh.framework/Versions/A/Pushwoosh differ diff --git a/Framework/PushwooshGeozones.framework/Versions/A/PushwooshGeozones b/Framework/PushwooshGeozones.framework/Versions/A/PushwooshGeozones index 7a153f49..e685bfda 100644 Binary files a/Framework/PushwooshGeozones.framework/Versions/A/PushwooshGeozones and b/Framework/PushwooshGeozones.framework/Versions/A/PushwooshGeozones differ