Post

Replies

Boosts

Views

Activity

Removal of unwanted frameworks from App
I’m using AVFoundation for image capture using camera on iPad. But I’m not using Video or Audio related functionality. Looks like with AVFoundation; CoreMedia, CoreVideo and CoreAudio are also imported in any project. Is there any way by which I can remove these libraries(CoreMedia, CoreVideo and CoreAudio) from my app. I have used otool to list all the frameworks and libraries being used by my framework.
0
0
1.4k
Nov ’21
Image Import and Rotate Issue
1) Portrait Image imported from files app is in landscape. How to fix this bug. a) Image saved from iPad 11 Pro front camera. b) saved image c) Image thumbnail in files app import window d) Image imported in landscape mode 2) This landscape image is fixed using below extension. But the output image obtained is slightly different for iOS 15 when compared with iOS 14. How to fix both issue?
1
0
1k
Oct ’21
Restrict acces to Microphone and Video Recording
I’m using AVFoundation to access camera on iPad. But with AVFoundation, CoreMedia is also imported, which in-turn imports CoreAudio and CoreVideo. Keeping privacy concerns in mind, is there any way by which I can ensure that the app is never able to access Microphone or Video Recording? AVfoundation CoreMedia
Replies
0
Boosts
0
Views
765
Activity
Nov ’21
Removal of unwanted frameworks from App
I’m using AVFoundation for image capture using camera on iPad. But I’m not using Video or Audio related functionality. Looks like with AVFoundation; CoreMedia, CoreVideo and CoreAudio are also imported in any project. Is there any way by which I can remove these libraries(CoreMedia, CoreVideo and CoreAudio) from my app. I have used otool to list all the frameworks and libraries being used by my framework.
Replies
0
Boosts
0
Views
1.4k
Activity
Nov ’21
Image Import and Rotate Issue
1) Portrait Image imported from files app is in landscape. How to fix this bug. a) Image saved from iPad 11 Pro front camera. b) saved image c) Image thumbnail in files app import window d) Image imported in landscape mode 2) This landscape image is fixed using below extension. But the output image obtained is slightly different for iOS 15 when compared with iOS 14. How to fix both issue?
Replies
1
Boosts
0
Views
1k
Activity
Oct ’21
Imported Image Orientation
Image captured using iPad 11 Pro in Portrait mode when imported using Document Picker from files app is loaded in landscape mode when seen in preview while debugging. While thumbnail of saved image is in Portrait mode in files app.
Replies
1
Boosts
0
Views
674
Activity
Oct ’21
Convert .svm to mlmodel
How to convert .svm trained model to coreML .mlmodel ?
Replies
0
Boosts
0
Views
472
Activity
Oct ’21