0

I am trying to integrate Bluemix MQA with my mobile app. I am using MQA-Android-2.7.4.arr file in my project. I have one query related to notification popups in android as below.

How do you stop notifications that keep popping up on the screen in Android?

Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95
  • Can you clarify what the notification popup you are referring to? Thanks – Rob Puryear Jan 28 '16 at 14:12
  • Possible duplicate of http://stackoverflow.com/questions/35057784/bluemix-mqa-how-to-make-phone-shake-harder-in-andriod-to-report-bug-and-feedb – Dave Cariello Jan 28 '16 at 15:59
  • Here is the image which displays the notification which i dont want in my Phone. because in IOS i am not getting any notification when the MQA is initialized but in android i am getting this notification whenever I lunch my app. – riddhi radadiya Jan 30 '16 at 06:15

1 Answers1

1

The popup notification cannot be suppressed in QA (pre-production) mode but will not be displayed in Market (production) mode.

Rob Puryear
  • 411
  • 1
  • 3
  • 10