Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/react-native/7.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
React native React Native IBM Mobile First-WLAuthorizationManager.login()在IOS中返回错误的请求400_React Native_Ibm Mobilefirst_React Native Ios - Fatal编程技术网

React native React Native IBM Mobile First-WLAuthorizationManager.login()在IOS中返回错误的请求400

React native React Native IBM Mobile First-WLAuthorizationManager.login()在IOS中返回错误的请求400,react-native,ibm-mobilefirst,react-native-ios,React Native,Ibm Mobilefirst,React Native Ios,我们在应用程序中集成了本机ibm mobilefirst版本8.0.2020032412。一切正常,以下是我们的登录代码: WLAuthorizationManager.login(SECURITY_NAME, { 'username': username, 'password': password, rememberMe: false }) 在我们将react native从0.61.5升级到0.63之前: 安卓-成功回归 iOS-返回错误的请求 "code":&q

我们在应用程序中集成了本机ibm mobilefirst版本8.0.2020032412。一切正常,以下是我们的登录代码:

WLAuthorizationManager.login(SECURITY_NAME, { 'username': username, 'password': password, rememberMe: false })
在我们将react native从0.61.5升级到0.63之前:

  • 安卓-成功回归

  • iOS-返回错误的请求

     "code":"Error Domain=WL_AUTH Code=400 \"Request failed: bad request (400)\" 
    
到目前为止,我尝试的是:

  • JSON.stringify凭证对象
  • 更新手机第一
  • 首先将手机还原为旧版本
但结果仍然是一样的


以前有人经历过吗?提前感谢您的帮助

你看到这个问题了吗,我。如果卸载并重新安装应用程序,或ii.从mfp控制台中删除设备上的应用程序并重新注册应用程序?已尝试在设备上卸载并重新安装应用程序,但问题仍仅在IOS中发生。。安卓系统还可以。不注册MFP,我从来没有尝试过,因为它超出了我们的控制,出于某些原因,请用日志从您的移动基金Server更新更新问题。你能安装一个旧的verison吗?怎样?