-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DIGI-20955 Ongoing Postbox support #199
DIGI-20955 Ongoing Postbox support #199
Conversation
…DIGI-20955_cyclic_postbox # Conflicts: # DigiMeSDK/Core/Classes/DMEPullClient.m # docs/SDKHeaders.h
…DIGI-20955_cyclic_postbox # Conflicts: # DigiMeSDK/Core/Classes/Network/DMERequestFactory.m
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please update the README.md file for the new Ongoing Postbox option. It will help our customers to try it and use...
I have changed this PR to merge into epic branch. Will create separate PR for documentation in due course. |
* DIGI-20955 Ongoing Postbox support (#199) * Fix some flow errors * WIP * Split common ongoing OAuth flow into separate class: DMEOAuthService * Move some more functions to OAuthService * Ensure that all pull and push client callbacks occur on main thread. * OAuthToken and OngoingPostbox now conform to NSSecureCoding. * Split action for opening digi.me app into host and path where necessary. * Bump cyclic endpoints to v1.4 * Add workspace checks * Update new SDK functions to complete on main thread * Return an SDK error if try to use ongoing postbox with one-off contract * Update Swift demo to include ongoing postbox example * Update tests * Oops. Wasn't actually pushing data using oauth token!! * DIGI-21401 Update examples app to include contacts and private keys (#201) * Add example contracts for private sharing * Add example contracts and p12s * Fix error when decoding ongoing postbox * Store ongoing postboxes in example. * Add instruction for user to try relaunching app after first ongoing postbox push * Update ongoing private sharing contract. Added info about each contract in the code. * Fix broken CA pull examples. * DIGI-21393 Ongoing Postbox documentation (#200) * Add Ongoing Postbox documentation * Add migration tips for breaking code * Update Postbox docs with breaking changes and reference ongoing gpostbox * Fix scope documentation to refer to DMESessionOptions * Fix spelling * Fix broken link in getting started * Remove unnecessary docsets * Ignore docsets in future and any intermediary files for documentation generation * Split sources & scripts for documentation generation into seperate folder * Add documentation for Swift files * Update readmes
postbox/create
) were not being formed correctly (e.g.://postbox%2Fcreate
instead of://postbox/create
meaning that digi.me app wasn't routing the request correctly.