Skip to content
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

fix: Remove unnecessary calls to remove observer #168

Merged

Conversation

peterjenkins
Copy link
Contributor

Summary

Remove calls to removeObserver no longer necessary now that we no longer support iOS 8

Testing Plan

Validated per Apple docs that this is no longer necessary since observer will be removed automatically.

Master Issue

Closes https://go.mparticle.com/work/SQDSDKS-4830

Copy link
Contributor

@einsteinx2 einsteinx2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@peterjenkins peterjenkins merged commit 2b91707 into development Nov 17, 2022
@peterjenkins peterjenkins deleted the fix/4830-remove-unnecessary-calls-to-removeObserver branch November 17, 2022 19:02
mparticle-automation added a commit that referenced this pull request Nov 30, 2022
# [8.9.0](v8.8.1...v8.9.0) (2022-11-30)

### Bug Fixes

* Add class checks to initialize methods ([#165](#165)) ([065df46](065df46))
* Add Hash Methods where isEqual called ([#167](#167)) ([7302e0d](7302e0d))
* Allow null event attributes ([#163](#163)) ([5fd25c6](5fd25c6))
* Move dyld register callback to initialize ([#170](#170)) ([49d3660](49d3660))
* Remove unnecessary calls to removeObserver ([#168](#168)) ([a288ba4](a288ba4))
* Remove Unnecessary Synchronize in Dealloc ([#169](#169)) ([624891b](624891b))

### Features

* match android type support for custom attributes ([#157](#157)) ([c9a34cd](c9a34cd))
* Remove depreciate MPSegment code ([#171](#171)) ([1c04262](1c04262))
* Update Sample App for iOS 16 ([#158](#158)) ([fed8131](fed8131))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants