shouldReportUsingAlternativeBundleId property

bool? shouldReportUsingAlternativeBundleId
getter/setter pair

If used together with setAlternativeBundleId allows to set if the same fake bundle ID should be used in reporting. True by default. If set to false, real bundle ID will be used in reporting even if fake one is used for testing.

Implementation

bool? shouldReportUsingAlternativeBundleId;