Page MenuHomePhabricator

Enable rescinding from AppDelegate on iOS
ClosedPublic

Authored by marcin on Jun 7 2022, 6:49 AM.
Tags
None
Referenced Files
F3358298: D4226.id13586.diff
Sun, Nov 24, 4:01 AM
F3357781: D4226.diff
Sun, Nov 24, 1:35 AM
Unknown Object (File)
Wed, Nov 20, 12:01 PM
Unknown Object (File)
Mon, Nov 4, 9:38 AM
Unknown Object (File)
Sat, Nov 2, 1:51 PM
Unknown Object (File)
Sat, Nov 2, 1:51 PM
Unknown Object (File)
Sat, Nov 2, 1:51 PM
Unknown Object (File)
Sat, Nov 2, 1:51 PM

Details

Summary

This differential removes codeVersion blockade that prevented us from rescinding notifications via AppDelegate callbacks.

Test Plan

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

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

marcin requested review of this revision.Jun 7 2022, 7:20 AM

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

This revision is now accepted and ready to land.Jun 8 2022, 6:32 AM

Rebase to master after CI change

Bump codeVersion and rebase master

This revision was automatically updated to reflect the committed changes.