1
Parse Server
銷燬用戶會話iOS
(Parse
版本1.13.0),並且用戶在第一次成功PFUser
對象保存後成爲未經授權的用戶。下一步保存(當前用戶的任何更新)引起的錯誤,session
上Parse server
當前用戶的消失而PFUser.currentUser()
成爲零:嘗試保存PFUser後解析銷燬的會話
[Error]: cannot modify user 84Yl7S2mNE (Code: 206, Version: 1.13.0)
我絕望了。如何解決這個錯誤? 我使用Parse server
上Heroku
let configuration = ParseClientConfiguration {
$0.applicationId = "*************"
$0.clientKey = "unused"
$0.server = "http://**********.herokuapp.com/parse"
$0.localDatastoreEnabled = false
}
Parse.initializeWithConfiguration(configuration)
嘗試禁用LocalDataStore - 不影響