gpt4 book ai didi

ios - 无法在 iOS 消息扩展中使用 Realm?

转载 作者:行者123 更新时间:2023-11-30 12:19:25 24 4
gpt4 key购买 nike

需要明确的是,目前无法使用 Realm 在 iOS 应用程序和消息扩展之间拥有单个共享数据库?

最佳答案

很有可能

对于Swift 3

我使用以下代码在应用程序和应用程序扩展之间共享 Realm 数据库:

let sharedDirectory: URL = FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: "group.your.app")! as URL
let sharedRealmURL = sharedDirectory.appendingPathComponent("db.realm")
Realm.Configuration.defaultConfiguration = Realm.Configuration(fileURL: sharedRealmURL)

只需从 AppDelegatedidFinishLaunchingWithOptionsMSMessagesAppViewControllerviewDidLoad 调用此代码

关于ios - 无法在 iOS 消息扩展中使用 Realm?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/44982037/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com