所有与同步相关的文档已移至我们的平台文档中 有关Realms的更详细讨论,请阅读Realm Data Model。 开放的领域 通过实例化一个新Realm对象来打开一个领域。我们已经在示例中看到过这种情况: // Initialize RealmRealm.init(context);// Get a Realm instance for this threadRealmrealm=Realm.getDefaultInstance(); 该...
Fixed an issue with getting a faulty purchase page for Realms when the maximum number of Realms are already owned on the current platform 修复了一个导致在当前平台的Realms数量已经达到上限时出现的错误购买界面。 Fixed the Achievements button not being accessible when scrolling up on the Pause Screen ...
replace('realms/','assets/realms/') var hash = objects[filePath].hash var objectPath = './objects/' + hash.substring(0, 2) + '/' + hash console.log(objectPath, '->', copyPath) fs.copySync(objectPath, copyPath) } ``` ### Extraction Next, open a terminal window and ensure ...
所有与同步相关的文档已移至我们的平台文档中 有关Realms的更详细讨论,请阅读Realm Data Model。 开放的领域 通过实例化一个新Realm对象来打开一个领域。我们已经在示例中看到过这种情况: // Initialize RealmRealm.init(context);// Get a Realm instance for this threadRealmrealm=Realm.getDefaultInstance(); 该...