Post

Replies

Boosts

Views

Activity

Reply to How to make my iPhone app view on an iPad
I solved this issue. The problem is that one of the apples guidlines is that the app must be displayed on all iOS sizes correctly. Add recently they added all the iOS apps to the iPadOS app with iphoneSE view. so I fixed that by adjusting my view for all the device sizes. Unfortunately, what made me ask the wrong question was some misleading from apple review team. They kept saying you need to adjust the view of the app on iPad and that mislead me a lot.
Topic: App & System Services SubTopic: Core OS Tags:
Apr ’24
Reply to Camera Capture Extension with AVMultiCamPiP
@DTS Engineer I have two questions the first one the function you are referring to in the UIApplicationDelegate is didFinishLaunchingWithOptions right ? the second question is that how can I access the images in the directory ? like how can I know the name of the front and the back image ? if you can provide more context on how I can access the images from the directory will be very helpful.
Feb ’25
Reply to Camera Capture Extension with AVMultiCamPiP
[quote='827495022, DTS Engineer, /thread/773496?answerId=827495022#827495022'] I am referring to application(_:continue:restorationHandler:). [/quote] I tried this method also but it wasn't called in the AppDelegate, is it because my app is written in swiftUi and I should use this .onContinueUserActivity(NSUserActivityTypeLockedCameraCapture) {} one ?
Mar ’25
Reply to How to make my iPhone app view on an iPad
I solved this issue. The problem is that one of the apples guidlines is that the app must be displayed on all iOS sizes correctly. Add recently they added all the iOS apps to the iPadOS app with iphoneSE view. so I fixed that by adjusting my view for all the device sizes. Unfortunately, what made me ask the wrong question was some misleading from apple review team. They kept saying you need to adjust the view of the app on iPad and that mislead me a lot.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’24
Reply to How to detect if an event in EventKit is a virtula event or not ?
I solved this issue by checking the notes of the events, if there is a link in the notes for any virtual event then this event is a Online Meeting. if anyone one needs the code tell me
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to Detect if the current day have any events using EventKit
the view I am trying to do
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’24
Reply to SwiftUI @Entry isn't working
@SpaceMan why the documentation says it’s available from iOS 13 then ? If it’s only available in Xcode 16
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’24
Reply to LockedCameraCaptureExtension doesn't work
I was missing the key in the info plist for the camera usage in the LockedCameraCaptureExtension
Replies
Boosts
Views
Activity
Jan ’25
Reply to Camera Capture Extension with AVMultiCamPiP
I am using AVMulti so the user captures two images how can I access those images if there is only one url that stores the captured images for the lockScreenCapture extension ?
Replies
Boosts
Views
Activity
Jan ’25
Reply to Camera Capture Extension with AVMultiCamPiP
@DTS Engineer I have two questions the first one the function you are referring to in the UIApplicationDelegate is didFinishLaunchingWithOptions right ? the second question is that how can I access the images in the directory ? like how can I know the name of the front and the back image ? if you can provide more context on how I can access the images from the directory will be very helpful.
Replies
Boosts
Views
Activity
Feb ’25
Reply to Camera Capture Extension with AVMultiCamPiP
[quote='827495022, DTS Engineer, /thread/773496?answerId=827495022#827495022'] I am referring to application(_:continue:restorationHandler:). [/quote] I tried this method also but it wasn't called in the AppDelegate, is it because my app is written in swiftUi and I should use this .onContinueUserActivity(NSUserActivityTypeLockedCameraCapture) {} one ?
Replies
Boosts
Views
Activity
Mar ’25
Reply to Mac App signing
Even tried out signing but didn't work
Replies
Boosts
Views
Activity
Feb ’26
Reply to Mac App signing
I fixed it by adding App development certificate from account settings
Replies
Boosts
Views
Activity
Feb ’26