Closed gabrielrobert closed 6 years ago
@cjlotz Exactly. Have you ever heard of this problem? Is there something we can do in your (very useful!) library?
Just disabling Calabash is not a solution, unfortunately.
Unfortunately this is outside the scope/control of the messaging library. The enabling/disabling of Calabash lies in the hands of the app developer, not in hands of a 3rd party library. From the Xamarin docs they mention that you should only set the ENABLE_TEST_CLOUD
compiler directive for Debug builds and not Release builds as the app will be rejected. Are you doing this?
This is what I expected, thank you for your time @cjlotz.
Hi,
Is this something we can address from your plugin? I would be happy to send a pull request if you have any idea on
how to fix it
.Many thanks.
Bug Information
Version Number of Plugin: 5.1.0
Device Tested On: iPad Pro 12
Version of VS: VS Mac 7.3.3 (build 17)
Version of Xamarin: Xamarin.Forms -> 2.5.0.121934
Versions of other things you are using:
Steps to reproduce the Behavior
Expected Behavior
Mail
application open successfully without noises.Actual Behavior
Mail
application open with the errorAX Exchange error: Error Domain=Accessibility Code=0 "Remote service does not respond to _accessibilityMachPort" UserInfo={NSLocalizedDescription=Remote service does not respond to _accessibilityMachPort}
in console every 0.2 seconds.Code snippet
AppDelegate:
Actual sender:
Screenshots