Replies: 1 comment
-
@jgthoma Hello. What application lifecycle are you using in your app (UIApplicationDelegate or UISceneDelegate)? And where are you calling the registration code from? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I added Identity, Lifecycle, Signal, and UserProfile to the call to MobileCore.registerExtensions, my global accentColor no longer work. Apparently, this can be caused by setting selection color, tint color, or event creating some views before the first UIApplication window gets created by the app.
To mitigate this, I called registerExtensions with a delay.
Beta Was this translation helpful? Give feedback.
All reactions