Skip to content

fix(ios): avoid Crisp startup deadlock - #37

Merged
baptistejamin merged 3 commits into
crisp-im:masterfrom
VirtuozTM:fix/ios-crisp-startup-deadlock
Jun 27, 2026
Merged

fix(ios): avoid Crisp startup deadlock#37
baptistejamin merged 3 commits into
crisp-im:masterfrom
VirtuozTM:fix/ios-crisp-startup-deadlock

Conversation

@VirtuozTM

@VirtuozTM VirtuozTM commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

Summary

• Schedule initial iOS Crisp SDK access on the main queue
• Avoid concurrent startup calls from Expo module creation and app delegate launch
• Fixes release cold-start watchdog kills when push notifications are enabled
• Wire the example app to the local SDK package for future release-mode testing

Fixes #32

@baptistejamin
baptistejamin merged commit 7abf9b9 into crisp-im:master Jun 27, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

iOS cold-launch deadlock

2 participants