diff --git a/MasterPassword/iOS/MPMainViewController.m b/MasterPassword/iOS/MPMainViewController.m index 8eb3188f..37694f15 100644 --- a/MasterPassword/iOS/MPMainViewController.m +++ b/MasterPassword/iOS/MPMainViewController.m @@ -722,7 +722,7 @@ [self performSegueWithIdentifier:@"OtherApps" sender:self]; break; } -#ifdef ADHOC +#if defined(ADHOC) && defined(TESTFLIGHT_SDK_VERSION) case 4: { inf(@"Action: Feedback via TestFlight"); [TestFlight openFeedbackView];