Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
无论如何要使用来自realm.io的新产品 Realm Mobile Platform 创建/注册用户?
谢谢!
以下代码示例在官方文档中,但我没有测试过:
let usernameCredential = Credential.usernamePassword(username: "username", password: "password", actions: [.createAccount])
actions: [.createAccount]表示是的,如果这是您的意思,您可以从应用程序创建用户。
actions: [.createAccount]