App Store Connect Operation Error
Missing architecture. Apps built with Watch OS 5.0 and later SDKs must contain additional architectures.
App Store Connect Operation Error
Invalid Code Signature Identifier. The identifier "com.apple.WK" in your code signature for "AppName Watch " must match its Bundle Identifier "bundle identifier"
Post
Replies
Boosts
Views
Activity
Adopting Picture in Picture in a Custom Player
https://developer.apple.com/documentation/avkit/adopting_picture_in_picture_in_a_custom_player
I have implemented PIP by following this link when I tap Pip button it works fine but when I am playing any video If I minimise app Picture in Picture does not start .In my case I have used AVPlayerLayer and I have set AVAudiosession category as playback .I am on iOS 14 beta 4
My application is UIkit app(SWIFT + OBJECTIVE C ) , not swiftUI app , after implementing this new Widget kit how can I perform deeplink from widget to my app .
can we call sometime thing like this in widget
[self.extensionContext openURL:deeplinkURL completionHandler:nil];
I have a very old project which is mix of objective c and swift , where Today widget extension already added which is written in Objective c . How to make this this new WidgetKit work for a Old existing project without hampering old user and new user both