mirror of
https://github.com/LiveContainer/LiveContainer.git
synced 2026-04-25 09:05:53 +03:00
[GH-ISSUE #1156] Instagram crashes during registration after entering full name (CloudKit / IGCloudIDValidation) #1017
Labels
No labels
bug
compatibility
enhancement
multitasking
pull-request
safe area
status: broken
status: usable
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/LiveContainer#1017
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @olejenek500-web on GitHub (Feb 17, 2026).
Original GitHub issue: https://github.com/LiveContainer/LiveContainer/issues/1156
Body:
Environment
LiveContainer version: 3.6.65
Installed via: SideStore (reinstalled via built-in SideStore to fix keychain entitlement)
Device: iPhone 17 Pro Max (iPhone17,2)
iOS version: 26.2.1
Container settings: all default (no Isolate App Group, no Spoof IDFV)
Steps to reproduce
Add Instagram IPA to LiveContainer (default container settings, no modifications)
Open Instagram inside LiveContainer
Tap "Create new account"
Enter date of birth → continue
Enter full name → crash occurs here
Expected behavior
Registration continues to the next step (phone/email input)
Actual behavior
LiveContainer crashes immediately after entering full name during Instagram registration. Login into an existing account works fine — crash only happens during new account registration.
Additional context
Tested same Instagram IPA via regular sideload (without LiveContainer) — no crash, registration works fine
Crash does NOT occur when logging into an existing account inside LiveContainer
Crash log shows: EXC_BREAKPOINT / SIGTRAP triggered by _os_crash on a nil NSString inside IGCloudIDValidation startCloudIDValidationWithNetworker: → IGFacebookHelper localPageID → CloudKit
Root cause appears to be CloudKit returning nil/error inside LiveContainer sandbox, causing a nil pointer crash in Instagram's cloud ID validation during registration flow
Crash log attached
LiveContainer-2026-02-17-104451.txt
@hugeBlack commented on GitHub (Feb 17, 2026):
using CloudKit requires paid entitlements.
#265 8.2
@olejenek500-web commented on GitHub (Feb 17, 2026):
can i use paid cert with livecontainer?