-
Notifications
You must be signed in to change notification settings - Fork 35
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
Account gone after restart #56
Comments
@royduin Sorry you have this issue. 2.0 has different account storage from previous 1.x versions (but they still persist to system Would you mind running this in defaults delete com.ashchan.GmailNotifr` Regarding the app staying in dock, it only does that for the first launch (or when it starts and there's no accounts yet). This is to show the UI by default to add account. |
Got just one Mac so no idea
Maybe it stays in the dock because of the persistent data issue. I'll try to remove it completely and reinstall. And what's the current state? It's fully free? Used the free version for years but I'd some issues so I bought the payed version, now it's all free and fully open source again? |
@royduin Yes it’s totally free and will always be (decided to do so during the pandemic). It has been open source from the very beginning. I rewrote it in SwiftUI but the main update purpose is to bring the long waited google oauth. After I fix new bugs I guess we can leave it as for another few years. |
Awsome, thanks for your work! Removed it, including everything related in Keychain and reinstalled through the App Store, same issues. Got a MacBook Pro (Retina, 15-inch, Mid 2015) on Big Sur 11.1 (20C69). |
That’s sad. Does ‘defaults read com.ashchan.GmailNotifr‘ show any data? |
No nothing:
Also no results with
Maybe some permission issue? |
@royduin That's really strange. FYI the actual UserDefaults value should be persisted in this sandbox location:
I don't know if uninstalling and deleting the full |
Removed the folder but no difference, any other suggestions? |
Unfortunately no. I never encountered this issue before. 🙈 |
I'll ask someone else to install it and see if it's working properly. Thanks for your help! |
@royduin thank you for your patience. |
Every time I restart the app the accounts are gone and I've to reconfigure it. I'm having that issue for years, also with the v1 app. After the 2.0.0 update the app also stays in the dock. When I close it it closes completely. Any ideas?
The text was updated successfully, but these errors were encountered: