Posts

Post not yet marked as solved
2 Replies
917 Views
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?
Posted
by aivcec-RA.
Last updated
.
Post not yet marked as solved
0 Replies
768 Views
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.
Posted
by aivcec-RA.
Last updated
.