Post

Replies

Boosts

Views

Activity

Connecting to a Bitbucket Cloud account with ADFS/SSO
I am trying to connect my Xcode to a Bitbucket Cloud that has a sso solution setup.I tried authenticating with user and pass as well as with an App password, both fail with: "Your account or password is incorrect."I am certain SSO is causing this issue.This is really unfortunate as it is making me unable to use SPM packages located in my own repositories.Is there any workaround for this?
2
0
1k
Jun ’20
Offline logout and push notifications
How should I handle offline logouts in my application and unregister for push notifications?I know that I should definitely tell my server to delete my device token and not send me any push notifications after logging out, but how do I ensure no notifications are being sent in the timeframe when the Internet comes back online and the client opens the application again?I'm aware of the unregisterForPushNotifications call, but from the documentation I don't what it does and if I am safe to call it after each logout.
0
1
832
Apr ’20