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

Update minimum supported iOS version to 10 #4847

Closed
paulb777 opened this issue Feb 6, 2020 · 4 comments
Closed

Update minimum supported iOS version to 10 #4847

paulb777 opened this issue Feb 6, 2020 · 4 comments

Comments

@paulb777
Copy link
Member

paulb777 commented Feb 6, 2020

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.

@paulb777 paulb777 added this to the Firebase 7 milestone Feb 6, 2020
@lisindima
Copy link

When do you plan to release this update?

@paulb777
Copy link
Member Author

paulb777 commented Feb 7, 2020

@lisindima We don't announce release future dates, but historically our major release updates have happened annually around May.

@paulb777
Copy link
Member Author

As you've probably guessed, it will be later this year ....

@paulb777
Copy link
Member Author

Closing with merge onto firebase7-main branch. Will release with Firebase 7.0.0.

@firebase firebase locked and limited conversation to collaborators Oct 23, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants