The biggest thing is notification permissions being moved to a runtime thing. This means we need to extend the onboarding flow to include requesting the permission. Some other things:
centralize the logic for login/etc in MyTbaOnboardingController, since there's two entry points for this
Summary: Breaking Changes:
The biggest thing is notification permissions being moved to a runtime thing. This means we need to extend the onboarding flow to include requesting the permission. Some other things:
MyTbaOnboardingController
, since there's two entry points for thisstartActivityForResult
in favor of the newActivityResultLauncher