From fa3858d1854a55f7bde145224b061ef70f4477bf Mon Sep 17 00:00:00 2001 From: vtretyakov Date: Fri, 16 Mar 2018 13:17:35 +0700 Subject: [PATCH] fix app bindle for ios --- ios/Runner/AppDelegate.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ios/Runner/AppDelegate.m b/ios/Runner/AppDelegate.m index b62bd2f..4c81c98 100644 --- a/ios/Runner/AppDelegate.m +++ b/ios/Runner/AppDelegate.m @@ -19,7 +19,7 @@ NSString *bundleIdentifier = [[NSBundle mainBundle] bundleIdentifier]; NSDictionary *settings = @{ - @"com.dinect.checker.dinect" : @{ + @"com.dinect.checker.dinect.app" : @{ @"locale" : @"ru", @"flavor" : @"dinect", @"currency" : @643,