ibm-mobilefirst

Is 1-courier.push.apple.com needed for IBM MobileFirst APNS notifications? What is it for?

ⅰ亾dé卋堺 提交于 2020-01-07 03:06:14
问题 The IBM MobileFirst Knowledge Center states that the following servers and port numbers have to be accessible for APNS push notifications to work: gateway.sandbox.push.apple.com:2195 feedback.sandbox.push.apple.com:2196 gateway.push.apple.com:2195 feedback.push.apple.com:2196 However, I have seen references in Apple documentation to the endpoint 1-courier.push.apple.com:5223 (for example, Apple's troubleshooting documentation here). Is this server and port required to be accessible by the MFP

IBM Worklight - How to change the password of appcenteradmin?

烈酒焚心 提交于 2020-01-07 02:27:47
问题 When Worklight is installed a default password is generated for application center admin user. I have looked for the documentation about how to change that password in infocenter but I have not found anything. I have changed the password using the WAS admin console and it works but I do not know if this is the correct and supported way to do it. Is it valid to change the password using the admin console or is it needed something else? 回答1: Yes, it is quite valid to change the default admin

MobileFirst 8.0 App Authenticity - Custom message

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-07 02:21:51
问题 Enabling app authenticity and testing for a tampered case has never been easier. In MFP 8.0 it is very simple to setup and test it. Kudos to the development team. Having said that when the app authenticity fails, the system shows a standard error message "A n error was encountered while processing the request from the application " with a title " Error " Link to the image of the error message Question: Is there a way to customize this error message. For example it would be nice to inform the

Issue accessing MobileFirst adapters

亡梦爱人 提交于 2020-01-06 22:00:00
问题 I am using MobileFirst CLI 7.1, Java 1.8.0_65 (on Mac OS X 10.9.5 if it matters). I have been working without issue in my current environment for about a month now but have suddenly hit an issue with all the adapters I developed, which have been working successfully up until this point. The initial error surfaced when testing from a browser. I thought perhaps it was related to the way the WL JavaScript libraries authenticate with the adapters which run on the server (clearing the browser

Reading response from http adapter procedure

巧了我就是萌 提交于 2020-01-06 20:13:00
问题 I have a response from a web server: { "errors": [ ], "info": [ ], "isSuccessful": true, "responseHeaders": { "Connection": "close", "Content-Length": "159", "Content-Type": "text\/html", "Date": "Sat, 20 Feb 2016 11:15:35 GMT", "Server": "Apache", "X-Powered-By": "PHP\/5.2.17" }, "responseTime": 705, "statusCode": 200, "statusReason": "OK", "text": "True \n<!-- Hosting24 Analytics Code -->\n<script type=\"text\/javascript\" src=\"http:\/\/stats.hosting24.com\/count.php\"><\/script>\n<!-- End

IBM MobileFirst v8 trying to obtain Token on android cordova app after successful login challenge handler

北城余情 提交于 2020-01-06 20:12:58
问题 App: cordova application platform :android mfp server :8.0.0.00-20170124-152449 mfp-plugin :8.0.2017013103 android cordova build :6.1.2 {"status":400,"statusText":"Bad Request","responseText":"{\"errorCode\":\"invalid_client\",\"errorMsg\":\"Incorrect JWT format\"}","errorMsg":"Incorrect JWT format","errorCode":"invalid_client"} 回答1: The most common cause of the issue is failure in time synchronization between client and server. Verify if the server time is offset from the client.

IBM MobileFirst v8 trying to obtain Token on android cordova app after successful login challenge handler

大憨熊 提交于 2020-01-06 20:11:12
问题 App: cordova application platform :android mfp server :8.0.0.00-20170124-152449 mfp-plugin :8.0.2017013103 android cordova build :6.1.2 {"status":400,"statusText":"Bad Request","responseText":"{\"errorCode\":\"invalid_client\",\"errorMsg\":\"Incorrect JWT format\"}","errorMsg":"Incorrect JWT format","errorCode":"invalid_client"} 回答1: The most common cause of the issue is failure in time synchronization between client and server. Verify if the server time is offset from the client.

Worklight: Touch sensitivity issue in Blackberry Z10, Q10 devices

本秂侑毒 提交于 2020-01-06 20:01:07
问题 I have developed a Hybrid application for BB10 using IBM Worklight. I am using JQueryMobile. I have a page which has a footer containing links such as Home, About and Contact Us. The issue is that, the links require multiple taps to hover. Sometimes, the links works in a single tap. Sample Code <div id="testFooter" data-position="fixed" data-tap-toggle="false"> <div class="ui-grid"> <a class="ui-block-a" href="#Home" style="padding:10px;display:block">Home</a> <a class="ui-block-b" href="

Worklight: send client logs to server

我只是一个虾纸丫 提交于 2020-01-06 19:50:36
问题 I am using worklight 6.1 and I'm trying to send logs that are created in my client to the server in order to be able to view the logs in case the application crashes. What I have done is (based on this link http://pic.dhe.ibm.com/infocenter/wrklight/v5r0m6/index.jsp?topic=%2Fcom.ibm.worklight.help.doc%2Fdevref%2Fc_using_client_log_capture.html): Set the below in wlInitOptions.js logger : { enabled: true, level: 'debug', stringify: true, pretty: false, tag: { level: false, pkg: true },

Worklight error when sending push notification

我怕爱的太早我们不能终老 提交于 2020-01-06 14:18:04
问题 I am trying to use Worklight push notification to send push for a iOS+Android Application. I created the submitNotification function in my adapter, and when I invoke it, it says that the push was sent successfully, but in reality, I have no push received in my device. When I see the logs I can read: Couldn't connect to APNS server java.net.PlainSocketImpl.socketConnect(Native Method) java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) java.net.PlainSocketImpl.connectToAddress