Rebuilding an already published app with Xcode 8.0 which uses PLCrashReporter, AWS Cognito/SNS, and Google analytics frameworks.
Seeing that on iOS 10.x devices only, the mail compose vc is no longer being presented during running my tests bucket. In the Xcode console I see these messages immediately when if([MFMailComposeViewController.canSendMail]) is reached:
[MC] System group container for systemgroup.com.apple.configurationprofiles path is /private/var/containers/Shared/SystemGroup/systemgroup.com.apple.configurationprofiles
[MC] Filtering mail sheet accounts for bundle ID: [MY BUNDLE ID], source account management: 1
[MC] Result: YES
I found one reference to these sort of console messages here: UIActivityViewController crash on iOS 10
But my app does not utilize photos, still I tried adding the photos privacy description noted in the link to my info.plist for grins but of course no joy. Problem persists.
My app does use the camera, for scanning barcodes. And the camera privacy description is in the info.plist and has been since last year. The app utilizes no other features for which privacy descriptions are required.
Same exact code and XC8 setup when an iOS 9.3.5 device is attached works as expected.
Anyone seen this yet?