-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(push): add APNS over HTTP/2 support Added new interfaces (builder-based API also has been modified) which allow pass device push token / identifier (not only NSData) using specific push service type. feat(push): add notification payload helper Added class which simplify basic notifications composition for multiple platforms / provides at once. feat(keychain): make PNKeychain public Make public utility class which allow to manage data in Keychain (iOS). fix(history): handle disabled storage error (#421) Handle non-JSON response from History v2 endpoints when storage add-on not enabled for used keys.
- Loading branch information
Showing
99 changed files
with
5,485 additions
and
1,311 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
Framework/PubNub Framework.xcodeproj/xcshareddata/xcschemes/Framework (Fabric).xcscheme
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
76 changes: 0 additions & 76 deletions
76
Framework/PubNub Framework.xcodeproj/xcshareddata/xcschemes/Static PubNub (Fabric).xcscheme
This file was deleted.
Oops, something went wrong.
76 changes: 0 additions & 76 deletions
76
Framework/PubNub Framework.xcodeproj/xcshareddata/xcschemes/Static PubNub (iOS).xcscheme
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.