Skip to content

Commit

Permalink
Pushwoosh iOS SDK 6.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
PushwooshCI committed Jun 5, 2024
1 parent 93960c1 commit e4f3e42
Show file tree
Hide file tree
Showing 21 changed files with 25 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.5.11"
#define PUSHWOOSH_VERSION @"6.5.12"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file modified Framework/Pushwoosh.framework/Versions/A/Pushwoosh
Binary file not shown.
14 changes: 7 additions & 7 deletions XCFramework/Pushwoosh.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,34 +6,34 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>Pushwoosh.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-maccatalyst</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>Pushwoosh.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>maccatalyst</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64_x86_64-maccatalyst</string>
<key>LibraryPath</key>
<string>Pushwoosh.framework</string>
<key>SupportedArchitectures</key>
Expand All @@ -44,7 +44,7 @@
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
<string>maccatalyst</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.5.11"
#define PUSHWOOSH_VERSION @"6.5.12"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.5.11"
#define PUSHWOOSH_VERSION @"6.5.12"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.5.11"
#define PUSHWOOSH_VERSION @"6.5.12"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
</data>
<key>Headers/Pushwoosh.h</key>
<data>
deX9WCCNnZou6goP3bOR/MRdOEM=
PE1CXH9yHWdzlMj+fCq8jPH6cF0=
</data>
<key>Info.plist</key>
<data>
Expand Down Expand Up @@ -148,7 +148,7 @@
<dict>
<key>hash2</key>
<data>
6h9oRu4q6E6l8LE/a8uondagMKiFa7BDpDhMw6K2sAE=
zihst3Kq8ClTlMs5D/CKnkhybrgnQFzSraRQvebtoRQ=
</data>
</dict>
<key>Modules/module.modulemap</key>
Expand Down
10 changes: 5 additions & 5 deletions XCFramework/PushwooshGeozones.xcframework/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,15 @@
<array>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64_x86_64-simulator</string>
<string>ios-arm64</string>
<key>LibraryPath</key>
<string>PushwooshGeozones.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
<dict>
<key>LibraryIdentifier</key>
Expand All @@ -36,15 +33,18 @@
</dict>
<dict>
<key>LibraryIdentifier</key>
<string>ios-arm64</string>
<string>ios-arm64_x86_64-simulator</string>
<key>LibraryPath</key>
<string>PushwooshGeozones.framework</string>
<key>SupportedArchitectures</key>
<array>
<string>arm64</string>
<string>x86_64</string>
</array>
<key>SupportedPlatform</key>
<string>ios</string>
<key>SupportedPlatformVariant</key>
<string>simulator</string>
</dict>
</array>
<key>CFBundlePackageType</key>
Expand Down
2 changes: 1 addition & 1 deletion iOS_SDK/Pushwoosh/Pushwoosh.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Pod::Spec.new do |s|

s.name = "Pushwoosh"
s.version = "6.5.11"
s.version = "6.5.12"
s.summary = "Push notifications library by Pushwoosh."
s.platform = :ios

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ @implementation PWRegisterDeviceRequest

- (instancetype)init {
if (self = [super init]) {
self.cacheable = NO;
self.cacheable = YES;
}
return self;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#import "PWInAppManager+Internal.h"


const NSTimeInterval kRegistrationUpdateInterval = 5 * 60;
const NSTimeInterval kRegistrationUpdateInterval = 24 * 60 * 60;

@interface PWPushNotificationsManagerCommon ()

Expand Down Expand Up @@ -152,7 +152,8 @@ - (void)sendDevTokenToServer:(NSString *)deviceID triggerCallbacks:(BOOL)trigger
NSDate *lastReg = [PWPreferences preferences].lastRegTime;
if (lastReg) {
NSTimeInterval secondsBetween = [[NSDate date] timeIntervalSinceDate:lastReg];
if (secondsBetween < kRegistrationUpdateInterval) {

if ([[PWPreferences preferences].pushToken isEqualToString:deviceID] && secondsBetween < kRegistrationUpdateInterval) {
PWLogInfo(@"Registered for push notifications: %@", deviceID);

[self sendTokenToDelegate:deviceID triggerCallbacks:triggerCallbacks];
Expand Down
2 changes: 1 addition & 1 deletion iOS_SDK/Pushwoosh/Pushwoosh/Public/Pushwoosh.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

#endif

#define PUSHWOOSH_VERSION @"6.5.11"
#define PUSHWOOSH_VERSION @"6.5.12"


@class Pushwoosh, PWMessage, PWNotificationCenterDelegateProxy;
Expand Down
2 changes: 1 addition & 1 deletion iOS_SDK/Pushwoosh/PushwooshXCFramework.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Pod::Spec.new do |s|

s.name = "PushwooshXCFramework"
s.version = "6.5.11"
s.version = "6.5.12"
s.summary = "Push notifications library by Pushwoosh."
s.platform = :ios

Expand Down
Binary file not shown.
Binary file modified iOS_SDK/Pushwoosh/build/XCBuildData/build.db
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified iOS_SDK/Pushwoosh/buildI/XCBuildData/build.db
Binary file not shown.

0 comments on commit e4f3e42

Please sign in to comment.