MQALogger – Library and documentation are not cons

2019-09-18 01:42发布

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.

2条回答
倾城 Initia
2楼-- · 2019-09-18 02:23

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 APHLogger, in the near term, but they will be removed at some point in the future. It is recommended to move to the supported interface and its methods. When using the MQALogger interface, note that settings is used instead of defaultSettings. Specific to the setReportOnDoubleSlideEnabled method, try using [MQALogger showReportScreen] to launch the reporting screen.

查看更多
我命由我不由天
3楼-- · 2019-09-18 02:27

The double slide feature has been deprecated, so it is more than possible to have since been removed from the production rather than revived.

See this question: How to use MQA setReportOnDoubleSlideEnabled in an iOS App?

查看更多
登录 后发表回答