-
Notifications
You must be signed in to change notification settings - Fork 1
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
Optmization stopped to work on iOS #3
Comments
Possibliy related (error code -11800): That help doc doesn't say the cause, but alludes to something related to files on the device. In Netflix's case they say to just restart the device or reinstall the app. Worth a try here. |
Hi Steve, glad to hear you! So, my code:
becomes:
where Copying the temp file to the home resolves another issue with my app. However, the odd fact is that in the past this copying was not necessary. As I said, this issue happens even on iOS 12 with Xcode 10, so this change of behaviour doesn't seem because of an update of iOS. Maybe is changed something in CodenameOne about the use of the gallery? What do you think? I'm going to add a link to this page in the README for people experiencing problems with iOS. |
For unknown reasons, both on iOS12 and iOS13, both with Xcode 10 and Xcode 11, the optimization stopped to work. It still works on Android.
The odd fact is that there are no changes of code of this cn1lib. Six months ago it worked correctly with iOS12 + Xcode10. Now the use of
ios.xcode_version=10.1
doesn't help. The other functionalities of library (video duration, video dimension, bitrate, etc.) still work on iOS.Log using the example code in the README:
The text was updated successfully, but these errors were encountered: