AccountPreferences is not accessible from app extensions #438

Closed
opened 2023-10-27 20:05:52 +00:00 by shadowfacts · 0 comments
Owner

This means we have to do a network request in the share sheet launch codepath: 6e5e0c3bb5/ShareExtension/ShareViewController.swift (L56)

Possibilities:

  • the cloud.sqlite store could be moved to the app group container
    • but the data model description is still part of the app, so how to initilaize it?
  • AccountPreferences could be a separate package and a separate CoreData model
This means we have to do a network request in the share sheet launch codepath: https://git.shadowfacts.net/shadowfacts/Tusker/src/commit/6e5e0c3bb55c320ac0ba5e310b0365be2bfba91d/ShareExtension/ShareViewController.swift#L56 Possibilities: - the cloud.sqlite store could be moved to the app group container - but the data model description is still part of the app, so how to initilaize it? - AccountPreferences could be a separate package and a separate CoreData model
shadowfacts added this to the 2023.8 milestone 2023-10-27 20:05:52 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: shadowfacts/Tusker#438
No description provided.