Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c7bf6a

Browse files
PubNub SDK 7.0.2 release.
1 parent 917ea67 commit 4c7bf6a

10 files changed

Lines changed: 32 additions & 21 deletions

File tree

.pubnub.yml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
---
22
name: objective-c
33
scm: github.com/pubnub/objective-c
4-
version: "7.0.1"
4+
version: "7.0.2"
55
schema: 1
66
changelog:
7+
- date: 2026-04-22
8+
version: 7.0.2
9+
changes:
10+
- type: improvement
11+
text: "Don't unsubscribe old client as part of `-copyWithConfiguration:completion:` call when only `auth` has been changed."
712
- date: 2026-04-20
813
version: 7.0.1
914
changes:
@@ -1443,7 +1448,7 @@ sdks:
14431448
- distribution-type: source
14441449
distribution-repository: GitHub release
14451450
package-name: PubNub.framework
1446-
location: https://github.com/pubnub/objective-c/archive/refs/tags/v7.0.1.zip
1451+
location: https://github.com/pubnub/objective-c/archive/refs/tags/v7.0.2.zip
14471452
supported-platforms:
14481453
supported-operating-systems:
14491454
macOS:
@@ -1504,7 +1509,7 @@ sdks:
15041509
- distribution-type: library
15051510
distribution-repository: GitHub release
15061511
package-name: PubNub.ios.xcframework.tar.gz
1507-
location: https://github.com/pubnub/objective-c/releases/download/v7.0.1/PubNub.ios.xcframework.tar.gz
1512+
location: https://github.com/pubnub/objective-c/releases/download/v7.0.2/PubNub.ios.xcframework.tar.gz
15081513
supported-platforms:
15091514
supported-operating-systems:
15101515
iOS:
@@ -1523,7 +1528,7 @@ sdks:
15231528
- distribution-type: library
15241529
distribution-repository: GitHub release
15251530
package-name: PubNub.macos.framework.tar.gz
1526-
location: https://github.com/pubnub/objective-c/releases/download/v7.0.1/PubNub.macos.framework.tar.gz
1531+
location: https://github.com/pubnub/objective-c/releases/download/v7.0.2/PubNub.macos.framework.tar.gz
15271532
supported-platforms:
15281533
supported-operating-systems:
15291534
macOS:
@@ -1539,7 +1544,7 @@ sdks:
15391544
- distribution-type: library
15401545
distribution-repository: GitHub release
15411546
package-name: PubNub.tvos.xcframework.tar.gz
1542-
location: https://github.com/pubnub/objective-c/releases/download/v7.0.1/PubNub.tvos.xcframework.tar.gz
1547+
location: https://github.com/pubnub/objective-c/releases/download/v7.0.2/PubNub.tvos.xcframework.tar.gz
15431548
supported-platforms:
15441549
supported-operating-systems:
15451550
tvOS:

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 7.0.2
2+
April 22 2026
3+
4+
#### Modified
5+
- Don't unsubscribe old client as part of `-copyWithConfiguration:completion:` call when only `auth` has been changed.
6+
17
## 7.0.1
28
April 20 2026
39

Framework/PubNub/Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>PubNub</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>7.0.1</string>
10+
<string>7.0.2</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>com.pubnub.pubnub-objc</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>7.0.1</string>
20+
<string>7.0.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>7.0.1</string>
24+
<string>7.0.2</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>© 2010 - 2020 PubNub, Inc.</string>
2727
<key>NSPrincipalClass</key>

Framework/PubNub/PubNub-iOS-Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>PubNub</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>7.0.1</string>
10+
<string>7.0.2</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>com.pubnub.pubnub-objc</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>7.0.1</string>
20+
<string>7.0.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>7.0.1</string>
24+
<string>7.0.2</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>© 2010 - 2020 PubNub, Inc.</string>
2727
<key>NSPrincipalClass</key>

Framework/PubNub/PubNub-tvOS-Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>PubNub</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>7.0.1</string>
10+
<string>7.0.2</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>com.pubnub.pubnub-objc</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>7.0.1</string>
20+
<string>7.0.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>7.0.1</string>
24+
<string>7.0.2</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>© 2010 - 2020 PubNub, Inc.</string>
2727
<key>NSPrincipalClass</key>

Framework/PubNub/PubNub-watchOS-Info.plist

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<key>CFBundleExecutable</key>
88
<string>PubNub</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>7.0.1</string>
10+
<string>7.0.2</string>
1111
<key>CFBundleIdentifier</key>
1212
<string>com.pubnub.pubnub-objc</string>
1313
<key>CFBundleInfoDictionaryVersion</key>
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>FMWK</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>7.0.1</string>
20+
<string>7.0.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>7.0.1</string>
24+
<string>7.0.2</string>
2525
<key>NSHumanReadableCopyright</key>
2626
<string>© 2010 - 2020 PubNub, Inc.</string>
2727
<key>NSPrincipalClass</key>

PubNub.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Pod::Spec.new do |spec|
1111
spec.name = 'PubNub'
12-
spec.version = '7.0.1'
12+
spec.version = '7.0.2'
1313
spec.summary = 'The PubNub Real-Time Network. Build real-time apps quickly and scale them globally.'
1414
spec.homepage = 'https://github.com/pubnub/objective-c'
1515

PubNub/Misc/PNConstants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#pragma mark General information constants
1616

1717
// Stores client library version number
18-
static NSString * const kPNLibraryVersion = @"7.0.1";
18+
static NSString * const kPNLibraryVersion = @"7.0.2";
1919

2020
// Stores information about SDK codebase
2121
static NSString * const kPNCommit = @"fd5c7ed678527fce07eaf7eb162935caf1bfd303";

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# PubNub 7.0.1 for iOS 9+
1+
# PubNub 7.0.2 for iOS 9+
22
[![Twitter](https://img.shields.io/badge/twitter-%40PubNub-blue.svg?style=flat)](https://twitter.com/PubNub)
33
[![Twitter Releases](https://img.shields.io/badge/twitter-%40PubNubRelease-blue.svg?style=flat)](https://twitter.com/PubNubRelease)
44
[![CocoaPods Compatible](https://img.shields.io/cocoapods/v/PubNub.svg?style=flat)](https://img.shields.io/cocoapods/v/PubNub.svg)

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.0.1
1+
7.0.2

0 commit comments

Comments
 (0)