-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Working app crash on iOS 17 #864
Comments
Hi @sysnux ! On iOS 17 Simulator, with XCode 15 RC1, everything works like a charm.
|
Hi @misl6, |
Hi @sysnux With iOS 17 and XCode 15 now generally available, I can confirm that I'm not able to reproduce your issue even on a real device (iPhone 14 Pro). I also did not needed to change "User Script Sandboxing" to NO in order to have the app running on the simulator. Do you have any log that can help to debug? |
Hi @misl6 The application is now working fine, and an iOS17 compatible version is on the Apple Store, yeah! The crash was actually in plyer. My code is using uniqueid.id from plyer, which generates TypeError on iOS17 iPhone only (not on Simulator):
I changed my code to:
Concerning "User Script Sandboxingg", I still have the error if I enable it: You can close the issue, thanks! |
@sysnux can you please target this specific issue with a PR on plyer? 😃 |
Hi @misl6, I can't test the fix, so PR is not possible, sorry. Thanks for your support! |
Closing as duplicate of Plyer issue. |
My app has been working on iOS for a few years:
https://apps.apple.com/fr/app/polyapp-banque-de-polyn%C3%A9sie/id1570748267
But tests on iOS-17 beta show it is now crashing on startup.
I have rebuilt the app with latest Xcode-14 as requested, but still same crash on startup, without indication on what is wrong.
I could not find any hints on Kivy forums, is this a known problem? Has anyone tried iOS-17?
The text was updated successfully, but these errors were encountered: