Tag: ibm mobilefirst

升级到iOS 9和MobileFirst 7.1后无法在设备或模拟器上login应用程序

使用Ionic和IBM MobileFirst构build的混合应用程序在通过XCode构build并部署到设备或通过iOS模拟器升级到iOS 9和MF 7.1后无法login。 我正在Eclipse中的本地WebSphere Liberty服务器上运行此操作,因此不涉及SSH,因此遵循了从下面的链接中禁用位代码和ATS的说明,而没有任何效果。 https://developer.ibm.com/mobilefirstplatform/2015/09/09/ats-and-bitcode-in-ios9/ 然而,该应用程序能够使用MF Mobile Browser Simulatorlogin,只有在设备或iOS模拟器上尝试login时才会失败,所以我确定这是与构build过程而不是应用程序错误。 这是我得到的日志跟踪,似乎没有find服务器IP(我已经模糊),但是这是我的本地Liberty服务器的正确的IP 其他人有类似的问题? 任何帮助将非常感激! 2015-10-20 14:01:02.269 WorkManagement[26452:2390658] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///Users/Eugene/Library/Developer/CoreSimulator/Devices/49A9535D-0085-4FD6-A57F-A45D0F7E7819/data/Containers/Data/Application/86E6CEFF-F2E5-4523-9763-A421A1A64659/Library/Cookies/com.WorkManagement.binarycookies 2015-10-20 14:01:02.427 WorkManagement[26452:2390658] [DEBUG] [WL_SPLASH] -[WLSplashView updateImage] in WLSplashView.m:189 :: Splash screen image is taken from UILaunchImages: Default-667h 2015-10-20 14:01:02.453 WorkManagement[26452:2390658] [DEBUG] [WL_SPLASH] -[WLSplashView updateImage] in WLSplashView.m:189 :: […]

无法login到iOS实际的Device MobileFirst Project上的应用程序

您好,我最近使用IBM MobileFirst 7.1开发小型示例应用程序。 我已经成功地在模拟器上运行应用程序,它能够完美login,没有错误,但是当我在实际设备(iOS 9.2)上testing应用程序无法login这里是我收到的一些错误日志 2016-02-16 15:31:39.847 YITCallCenter[3010:1041692] [DEBUG] [WL_REQUEST] -[WLRequest sendRequest:path:withOptions:] in WLRequest.m:221 :: Sending request (http://10.12.11.59:10080/YITCallCenter/authorization/v1/clients/instance) with headers: { "Accept-Language" = "th-TH"; "User-Agent" = "YITCallCenter/1.0 (iPhone; iOS 9.2.1; Scale/3.00)/WLNativeAPI/7.1.0.0"; "X-Requested-With" = XMLHttpRequest; "x-wl-app-version" = "1.0"; "x-wl-device-id" = "AACA3EB7-EEF1-429A-A9A7-597231D2C8B2"; "x-wl-platform-version" = "7.1.0.0"; } You can see the request body in the Analytics platform logs. […]

IBM Worklight 6.1 – 重新生成iPhone本机文件夹失败

我最近从Worklight 6.0升级到6.1,并试图从6.1版本的6.1版本的Worklight Server中获得更新。 这似乎没有工作,所以我想我必须手动部署在6.1版本的iPhone上的版本,以获得更新。 所以我删除了iPhone下的本机文件夹,这样,当我build立它会重新生成自己,但我得到了以下错误构build: iphone build failed: com.worklight.builder.sourcemanager.handlers.ios.settings.IOSAddRemoveSettingsRefHandler – cannot update content of pbxproj file My Worklight Studio版本:6.1.0.00-20131219-1900我的应用程序描述中的平台版本也是6.1.0.00-20131219-1900。 我能够重buildAndroid版本并重新部署在我的手机上,并成功获取更新。 任何想法可能是什么问题? 我以为,如果我删除本地文件夹,我应该可以总是通过build立一个新的。