passforios
passforios copied to clipboard
Crash when saving passwords
The app started crashing when it is saving passwords. That is "Add Password", fill in relevant fields and click save. It seems to be saving (dialog), but then crashes after 10 seconds or so.
Let me know how i can fix this issue.
using Pass v0.11 on iOS 14.6
pass init “userId” try !
Not sure I understand. How do I do that on the iOS app?
Same issue here. Crash on iOS app 0.11.0 after 'saving' dialog. Is there a way to view/export (error) log files in the app?
Just found out that if you're starting fresh with this iOS app only, the Git repository will not be properly setup initially. So the app will hang when you try to save your first password.
You can use these chocolatey packages to set it all up, in Windows first, and then the iOS App will start working as well:
- use vscode and git to clone your fresh repository to your local disk:
choco install git
choco install vscode
# In vscode type CTRL+SHIFT+P, type 'clone', select the proposed command and follow the wizard
- use gnupg and qtpass to initialize the repository
choco install gnupg # you have to generate your key pairs with this
choco install qtpass # GUI for pass in Windows and save your first password with in the cloned repository location
Using gnupg: all info is in this very 'passforios' Github Repository on how to do that
- use browserpass prerequisite binary and the extension for browser integration on Windows. I had to point the extension, through its options) to the right cloned folder to get it to work.
Hope this helps.
Added .gpg-id file to my existing repository with my gpg id. Refreshed the app (pull down) and i was able to save passwords.
With #523 the app will not allow repositories without a .gpg-id file anymore.