Skip to content

Update minimum supported iOS version to 10 #4847

Closed
@paulb777

Description

@paulb777

We're planning to update the minimum supported ios version to 10 in the next Firebase major release.

Also do a scrub to remove unnecessary pre-iOS 10 code like removing NSNotificationCenter observers in dealloc's. See cl/307613047.

- (void)dealloc {
  [[NSNotificationCenter defaultCenter] removeObserver:self];
}

Update the AdMob dependency in the Firebase pod past 7.63. See #6355

Please comment here if you have any question or concerns.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions