|
Re: Sandboxed WkWebView
Yes I have, and: No there are no exceptions.
Yes I have, and: No there are no exceptions.
|
By
Gerriet M. Denkmann
·
#347
·
|
|
Re: Sandboxed WkWebView
One thing that can cause delegate methods to never be called is if there’s been some sort of exception thrown, one that doesn’t crash the app but causes SDK internals to get all mucked up. Do you
One thing that can cause delegate methods to never be called is if there’s been some sort of exception thrown, one that doesn’t crash the app but causes SDK internals to get all mucked up. Do you
|
By
Sandor Szatmari
·
#346
·
|
|
Re: Sandboxed WkWebView
One thing that can cause delegate methods to never be called is if there’s been some sort of exception thrown, one that doesn’t crash the app but causes SDK internals to get all mucked up. Do you
One thing that can cause delegate methods to never be called is if there’s been some sort of exception thrown, one that doesn’t crash the app but causes SDK internals to get all mucked up. Do you
|
By
Sandor Szatmari
·
#345
·
|
|
Sandboxed WkWebView
macOS 12.6
When I start my sandboxed app, I get lots of messages like:
“could not create “/Volumes/à¹à¸¡à¹à¸/Users/gerriet/Library/Containers/….”."
Of course there is no
macOS 12.6
When I start my sandboxed app, I get lots of messages like:
“could not create “/Volumes/à¹à¸¡à¹à¸/Users/gerriet/Library/Containers/….”."
Of course there is no
|
By
Gerriet M. Denkmann
·
#344
·
|
|
Re: iOS automatic build number incrementing.
I add this script to my build phases:
https://gist.github.com/slangley/f09aaa11bba608478546
I add this script to my build phases:
https://gist.github.com/slangley/f09aaa11bba608478546
|
By
Dave Fernandes
·
#343
·
|
|
iOS automatic build number incrementing.
Earlier today, I finally added this to my latest app in a way that doesn’t constantly dirty the info.plist file. I’ve been trying it out for the day and it seems to handle the initial
Earlier today, I finally added this to my latest app in a way that doesn’t constantly dirty the info.plist file. I’ve been trying it out for the day and it seems to handle the initial
|
By
Alex Zavatone
·
#342
·
|
|
Re: [XCode] Developer ID code signing - still exists?
have her export the private key and send it to you (properly passworded) so you can import it into your keychain.
(don't know why messages show up so slowly on this list .. still
have her export the private key and send it to you (properly passworded) so you can import it into your keychain.
(don't know why messages show up so slowly on this list .. still
|
By
Roland King
·
#341
·
|
|
Re: [XCode] Developer ID code signing - still exists?
I have the Developer ID option on that screen, it's just below the Website Push ID one for me.
Perhaps go check the agreements section and see if there's one which has been
I have the Developer ID option on that screen, it's just below the Website Push ID one for me.
Perhaps go check the agreements section and see if there's one which has been
|
By
Roland King
·
#340
·
|
|
Re: [XCode] Developer ID code signing - still exists?
Here’s the book, Graham. I strongly recommend that you get it and read chapter 2. Lots of what you want to do for Mac OS is the same as it is for
Here’s the book, Graham. I strongly recommend that you get it and read chapter 2. Lots of what you want to do for Mac OS is the same as it is for
|
By
Alex Zavatone
·
#339
·
|
|
Re: [XCode] Developer ID code signing - still exists?
The same person who requests the key is the one that needs to download and install it. You need to be an admin on the dev site, or whomever is needs to request it, download and install it and then
The same person who requests the key is the one that needs to download and install it. You need to be an admin on the dev site, or whomever is needs to request it, download and install it and then
|
By
Alex Zavatone
·
#338
·
|
|
Re: [XCode] Developer ID code signing - still exists?
That is by design, because the ability to download the private key is a pretty big security hole. The account owner can go to her login keychain and export the certificate and keys as a .p12 file
That is by design, because the ability to download the private key is a pretty big security hole. The account owner can go to her login keychain and export the certificate and keys as a .p12 file
|
By
Quincey Morris
·
#337
·
|
|
Re: [XCode] Developer ID code signing - still exists?
Yep, I since discovered the same thing. The account owner (not me) was able to create Developer ID certs, but there’s still a problem - because she requested the cert (using Keychain Access), when I
Yep, I since discovered the same thing. The account owner (not me) was able to create Developer ID certs, but there’s still a problem - because she requested the cert (using Keychain Access), when I
|
By
Graham Cox
·
#336
·
|
|
Re: [XCode] Developer ID code signing - still exists?
It’s missing for me on my “regular” Apple ID team role. However, when I logged in as the account owner (team agent), the extra Developer ID option was shown. I’m pretty sure this is
It’s missing for me on my “regular” Apple ID team role. However, when I logged in as the account owner (team agent), the extra Developer ID option was shown. I’m pretty sure this is
|
By
Quincey Morris
·
#335
·
|
|
[XCode] Developer ID code signing - still exists?
Hi all,
Run into another code signing issue.
I distribute an app outside the App Store, so I use a Developer ID to sign it. Suddenly, the option to do this disappeared from XCode. When I attempt it, I
Hi all,
Run into another code signing issue.
I distribute an app outside the App Store, so I use a Developer ID to sign it. Suddenly, the option to do this disappeared from XCode. When I attempt it, I
|
By
Graham Cox
·
#334
·
|
|
Schemes in WKWebView
iOS 11.
I created MySchemeHandler, which implements the WKURLSchemeHandler protocol; methods just do NSLog().
NSString *myScheme = @"myScheme";
[wkWebView.configuration setURLSchemeHandler:
iOS 11.
I created MySchemeHandler, which implements the WKURLSchemeHandler protocol; methods just do NSLog().
NSString *myScheme = @"myScheme";
[wkWebView.configuration setURLSchemeHandler:
|
By
Gerriet M. Denkmann
·
#333
·
|
|
Re: WKWebView does not load images
I change an iOS app from UIWebView to WKWebView.
1. The Simulator (iPhone SE) complains:
could not create directory
I change an iOS app from UIWebView to WKWebView.
1. The Simulator (iPhone SE) complains:
could not create directory
|
By
Gerriet M. Denkmann
·
#332
·
|
|
Re: WKWebView does not load images
A couple of things I notice:
1. You seem to be trying several variants on the base or full file URLs without success. Are you generating the paths via NSURL so that they are formatted correctly?
This
A couple of things I notice:
1. You seem to be trying several variants on the base or full file URLs without success. Are you generating the paths via NSURL so that they are formatted correctly?
This
|
By
Steve Christensen <punster@...>
·
#331
·
|
|
Re: WKWebView does not load images
htmlString actually looks like:
…
<base href=“file:/absolut/path/to/PicturesFolder/“ />
…
<img alt=“alternate” src=“./image67.gif" />
…
I also tried (following the suggestion from
htmlString actually looks like:
…
<base href=“file:/absolut/path/to/PicturesFolder/“ />
…
<img alt=“alternate” src=“./image67.gif" />
…
I also tried (following the suggestion from
|
By
Gerriet M. Denkmann
·
#330
·
|
|
Re: WKWebView does not load images
Another thing that just occurred to me — since there is no base URL, there’s nothing to resolve the path relative to. (Yes it’s an absolute path, but that’s still a relative URL.) Try using
Another thing that just occurred to me — since there is no base URL, there’s nothing to resolve the path relative to. (Yes it’s an absolute path, but that’s still a relative URL.) Try using
|
By
Jens Alfke
·
#329
·
|
|
Re: WKWebView does not load images
Is /path/to/myImage.gif a full path or a partial path? I ask because you didn't specify a base URL.
Do the path components have the correct case if the image is on a case-sensitive volume?
Is /path/to/myImage.gif a full path or a partial path? I ask because you didn't specify a base URL.
Do the path components have the correct case if the image is on a case-sensitive volume?
|
By
Steve Christensen <punster@...>
·
#328
·
|