Cannot find ‘SecIdentityCreateWithCertificate’ in scope
Hi I am trying to create identity but I am getting error – Cannot find ‘SecIdentityCreateWithCertificate’ in scope while calling loadIdentity function.
How to call “AutoFill Password” dialog like click password button in iOS system keyboard?
I want call “AutoFill Password” dialog like click password button in iOS system keyboard. Is Any iOS API can do that?
How can I initiate a new URL request using an already loaded WKWebView?
I have opened a WKWebView with “https://www.google.com”, for example. After that, I put my app in the background. When I try to open a new URL request in the same web view with a new link, like “https://www.youtube.com”, by redirecting the app, it doesn’t work. I’ve put a listener function to detect the new URL and called “webView.load(newURLRequest)”. However, the web view never loads the new URL request.
Near by Interaction iPhone 15 direction issue. not getting direction (x, y , z Co ordinates)
(void)session:(NISession *)session didUpdateNearbyObjects:(NSArray<__kindof NINearbyObject *> )nearbyObjects{
//
if (self.niSession.discoveryToken == nil) {
NSLog(@”Current peer token is nil”);
return;
}
//
for (NINearbyObject object in nearbyObjects) {
PJSIP Outgoing call
I’m developing an iOS app using Swift and PJSIP for SIP calling. I want to dynamically update the phone number displayed in the app when a call is initiated.
Usage of Accessibility blocks in iOS 17 (isAccessibilityElementBlock)
I am probably missing something as usual. But I am still not sure why it would crash with unrecognized method crash. I have the following snippet:
A beginner’s curiosity to becoming an iOS developer
I’m a beginner at coding and all and I’m working towards being an iOS developer
Should Objective C or Swift be the first language i learn?
P.S: I have a fair knowledge about the C programming language