当前位置 : 主页 > 手机开发 > 其它 >

swift – Realm Mobile Platform中的匿名用户

来源:互联网 收集:自由互联 发布时间:2021-06-11
我可以连接到远程领域而无需登录吗? 在Swift中,创建可同步Realm的唯一方法是通过Realm.Configuration的syncConfiguration属性.是否有一种获取匿名用户的方法,以便任何人都可以连接到远程领域
我可以连接到远程领域而无需登录吗?

在Swift中,创建可同步Realm的唯一方法是通过Realm.Configuration的syncConfiguration属性.是否有一种获取匿名用户的方法,以便任何人都可以连接到远程领域?

Can I connect to a remote Realm without having to login?

不,您总是需要进行身份验证.

Is there a method for getting an anonymous User so that anyone can connect to the remote Realm?

是的,通过SyncCredentials.anonymous().

网友评论