You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/19 12:53:57 UTC

[GitHub] [cordova-ios] daveshirman commented on issue #680: My App is getting stuck on Splash Screen in iOS 13

daveshirman commented on issue #680: My App is getting stuck on Splash Screen in iOS 13
URL: https://github.com/apache/cordova-ios/issues/680#issuecomment-555494659
 
 
   I've been having this problem too this last week.  It turned out to be that my app didn't have bluetooth permission, despite never needing it.
   
   I had to add `NSBluetoothAlwaysUsageDescription ` to my config.xml file in the ios section:
   
   ```
           <config-file parent="NSBluetoothAlwaysUsageDescription" platform="ios" target="*-Info.plist">
               <string>Some reason that apple will accept here, not just anything!</string>
           </config-file>
   ```
   
   D

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org