This differential removes codeVersion blockade that prevented us from rescinding notifications via AppDelegate callbacks.
Details
Details
- Reviewers
tomek - Commits
- rCOMM6cdcbcd44277: Enable rescinding from AppDelegate on iOS
Create rescinding environment for iOS - one web client A and two clients B (mobile and web). Send message from A to B and read it on web version of B. Check in XCode debugger that rescinding code in AppDelegate is executed.
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
This is probably obvious, but worth mentioning: we should make sure we only land this diff in combination with the client changes... if we end up accidentally releasing codeVersion 132 without the client changes, it would cause some trouble