Skip to content
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

when tying to sideload the session ipa, the app freezes #845

Open
3 tasks done
ghost opened this issue Apr 22, 2023 · 1 comment
Open
3 tasks done

when tying to sideload the session ipa, the app freezes #845

ghost opened this issue Apr 22, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@ghost
Copy link

ghost commented Apr 22, 2023

Code of conduct

Self-training on how to write a bug report

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

afbeelding

Expected Behavior

No response

Steps To Reproduce

No response

iOS Version

latest release on github

Session Version

No response

Anything else?

No response

@ghost ghost added the bug Something isn't working label Apr 22, 2023
@mpretty-cyro
Copy link
Collaborator

This likely has the same cause as #945 - the database is stored in an AppGroup directory so after sideloading, which requires a change to the app identifier, the app can no longer find the database in the AppGroup directory as it would have changed along with the app identifier (annoyingly Apple provide no mechanism to retrieve the AppGroup at runtime so we have to hard-code the identifier)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant