File tree Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Expand file tree Collapse file tree 4 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -276,11 +276,11 @@ class _MyHomePageState extends State<MyHomePage> with WidgetsBindingObserver {
276276 }
277277 });
278278
279- // Coppa Compliant
280- config.coppaCompliantEnabled = true ;
279+ // COPPA compliance.
280+ // config.coppaCompliantEnabled = true;
281281
282- // Play store kids app
283- config.playStoreKidsAppEnabled = true ;
282+ // Google Play Store kids apps.
283+ // config.playStoreKidsAppEnabled = true;
284284
285285 // Start SDK.
286286 Adjust .start (config);
Original file line number Diff line number Diff line change 175175 97C146E61CF9000F007C117D /* Project object */ = {
176176 isa = PBXProject;
177177 attributes = {
178- LastUpgradeCheck = 1240 ;
178+ LastUpgradeCheck = 1300 ;
179179 ORGANIZATIONNAME = "";
180180 TargetAttributes = {
181181 97C146ED1CF9000F007C117D = {
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<Scheme
3- LastUpgradeVersion = " 1240 "
3+ LastUpgradeVersion = " 1300 "
44 version = " 1.3" >
55 <BuildAction
66 parallelizeBuildables = " YES"
Original file line number Diff line number Diff line change 4141 </array >
4242 <key >UIViewControllerBasedStatusBarAppearance </key >
4343 <false />
44+ <key >CADisableMinimumFrameDurationOnPhone </key >
45+ <true />
4446</dict >
4547</plist >
You can’t perform that action at this time.
0 commit comments