You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 25, 2019. It is now read-only.
ios: 9.3.5 (13G36)
cocoapod Using uservoice-iphone-sdk (3.2.8)
iPhone 6
Intermittently, we get the following error:
: UserVoice SDK network error: Error Domain=uservoice Code=422 "(null)" UserInfo={type=record_not_saved, message=Need sso or user.email}
I have verified that in all cases, the user.email we send is valid.
Our configuration code looks like this:
let userVoiceConfig = UVConfig(site:"xxxx.uservoice.com"); userVoiceConfig.forumId = yyyyyy userVoiceConfig.identifyUserWithEmail(currentUser.email, name: currentUser.name, guid: currentUser.userId) UserVoice.initialize(userVoiceConfig);
Where xxxx and yyyyyy are our domain and forum id.
The text was updated successfully, but these errors were encountered: