mobilefirst-qa

MQALogger – Library and documentation are not consistent

烂漫一生 提交于 2019-12-13 03:44:38
问题 In the documentation a method [[MQALogger defaultSettings] setReportOnDoubleSlideEnabled:false] is mentioned. But the library does not have such a method. Is there a library update that contains this method? The reason for this question is, that the shake gesture is already used in our application. 回答1: Starting in version 2.x of the iOS library, APHLogger has been deprecated and replaced with MQALogger. Deprecated methods that have not been moved to MQALogger can continue to be used from

How to change the mobile app ICON inside mobile quality assurance?

为君一笑 提交于 2019-12-12 05:27:56
问题 Situation: You can create application inside MobileFirst Quality Assurance, after this creation no specific App Icon is displayed. After the upload of the first version App Build Version into MobileFirst Quality Assurance the App Icon changes to the Icon with is used for the application inside iOS or Android. The observation is that ICON does not change, even when the upload of new builds of the App which contains a new ICON. Inside the HELP System is no information related to the ICON

How to use MQA setReportOnDoubleSlideEnabled in an iOS App?

不羁的心 提交于 2019-12-12 04:25:10
问题 In the Starting an iOS session documentation topic the [[MQALogger defaultSettings] setReportOnDoubleSlideEnabled:false] method is mentioned, however the library does not have such a method. Is there a library update the contains this method, or did I miss something? 回答1: Note that the feature you are trying to enable is deprecated (meaning that is no longer maintained and could very well fail to work), and should likely not be used. It might as well be that you are indeed using an MQA

IBM MobileFirst Quality Assurance - MQA Not Defined

别来无恙 提交于 2019-12-12 02:40:28
问题 I am getting the following error in my index.js: Uncaught ReferenceError: MQA is not defined I have the following code in my index.js file: MQA.startNewSession({ //Required for IBM MobileFirst Quality Assurance // or "MARKET" if it is production mode. mode: "QA", shake: true, protocol: 'http', host: 'ourhostnamehere:80', versionName: "1.0", // app release version android: { appKey: "91719217347da8e6daf648192dc774664978bba1", versionNumber: "1" // app version number } /*ios: { applicationKey: