Post

Replies

Boosts

Views

Activity

iOS Safari Website Data and JavaScript
HI, Just discovered... If I update - change function arguments the JavaScript on my website fails as Safari keeps the previous version and doesn't notice that the JavaScript is new (only a very small change - one function now has two arguments instead of one, then calls AJAX). Is there a way to force a reloading of the JavaScript? This is really annoying. After much checking around (and not much sleep) on various other devices and browsers I finally cleared iOS Safari's history, and all is well. I don't know if others have had this problem, but I thought I'd post it here anyway. I always automatically clear the browser history when closing or re-launching the browser during development of web stuff. Regards, Paul
Topic: Safari & Web SubTopic: General
0
0
497
Jul ’24
How liable is Apple?
Hi, An Apple bug has caused our iPad App sales to plummet and customers have contacted Apple asking for refunds. This bug is not our fault, it is Apple's fault. I reported it to Apple last November and the ticket is still open and nothing has been done. They can't even be bothered to reply when I ask about the progress. I am disgusted with Apple. So, how liable is Apple? Regards, Paul
4
1
1.2k
Dec ’23
App Store Connect Operation Error
"App Store Connect Operation Error Failed retreiving request UUID for upload" I don't understand why I get this error or what to do about it. I googled and there's lots of hits but that was over a year ago, nothing recent. I just recently upgraded to 11.3.1. Oh, Apple needs to run their error messages through a spell checker. *retrieving*.
18
0
11k
Nov ’21
NSUserDefaults no-go macOS, Objective-C, Big Sur
Called in 'applicationDidFinishLaunching'. Return 'b' is YES but it does not work. Also if 'synchronize' is to be deprecated what to use? Also, cannot find where it should be stored in /library/preferences/ ?? How else to store needed unique user data? NSString *valueToSave = @"3"; [[NSUserDefaults standardUserDefaults] setObject:valueToSave forKey:@"infoDLG"]; BOOL b = [[NSUserDefaults standardUserDefaults] synchronize]; Any help appreciated, Paul. (Sorry, no idea what Tags to use.)
1
0
670
Jul ’21
How many Certificates do I need?
Hi, Over many years and changing computers a few times I seem to have collected lots of certificates. How many and what certificates do I need? I have:- 5 Developer ID Application macOS, all current. 2 Mac Installer Distribution macOS, all current. 1 Distribution for ALL, current. 3 Development for ALL, all current for 3 computers. Can I delete most certificates and only keep 1 each for:- 1 Developer ID Application macOS. 1 Mac Installer Distribution. 1 Distribution ALL. 1 Development for the current computer I'm using now. If I do that will xcode work it out without too much messing about? Any help appreciated. Thanks Paul
6
0
2.9k
Jul ’21
iOS Safari Website Data and JavaScript
HI, Just discovered... If I update - change function arguments the JavaScript on my website fails as Safari keeps the previous version and doesn't notice that the JavaScript is new (only a very small change - one function now has two arguments instead of one, then calls AJAX). Is there a way to force a reloading of the JavaScript? This is really annoying. After much checking around (and not much sleep) on various other devices and browsers I finally cleared iOS Safari's history, and all is well. I don't know if others have had this problem, but I thought I'd post it here anyway. I always automatically clear the browser history when closing or re-launching the browser during development of web stuff. Regards, Paul
Topic: Safari & Web SubTopic: General
Replies
0
Boosts
0
Views
497
Activity
Jul ’24
How liable is Apple?
Hi, An Apple bug has caused our iPad App sales to plummet and customers have contacted Apple asking for refunds. This bug is not our fault, it is Apple's fault. I reported it to Apple last November and the ticket is still open and nothing has been done. They can't even be bothered to reply when I ask about the progress. I am disgusted with Apple. So, how liable is Apple? Regards, Paul
Replies
4
Boosts
1
Views
1.2k
Activity
Dec ’23
macOS AVAudioRecorder - ignores duration value
Cannot record for duration, regardless of the value of 'dur' it always records for about 7 seconds. self.recorder!.prepareToRecord() let time = self.recorder!.deviceCurrentTime + 0.01 let dur: TimeInterval = 1.0 self.recorder!.record(atTime: time, forDuration: dur) Any help appreciated, thanks. Paul
Replies
1
Boosts
0
Views
506
Activity
Dec ’23
App Store Connect Operation Error
"App Store Connect Operation Error Failed retreiving request UUID for upload" I don't understand why I get this error or what to do about it. I googled and there's lots of hits but that was over a year ago, nothing recent. I just recently upgraded to 11.3.1. Oh, Apple needs to run their error messages through a spell checker. *retrieving*.
Replies
18
Boosts
0
Views
11k
Activity
Nov ’21
NSUserDefaults no-go macOS, Objective-C, Big Sur
Called in 'applicationDidFinishLaunching'. Return 'b' is YES but it does not work. Also if 'synchronize' is to be deprecated what to use? Also, cannot find where it should be stored in /library/preferences/ ?? How else to store needed unique user data? NSString *valueToSave = @"3"; [[NSUserDefaults standardUserDefaults] setObject:valueToSave forKey:@"infoDLG"]; BOOL b = [[NSUserDefaults standardUserDefaults] synchronize]; Any help appreciated, Paul. (Sorry, no idea what Tags to use.)
Replies
1
Boosts
0
Views
670
Activity
Jul ’21
How many Certificates do I need?
Hi, Over many years and changing computers a few times I seem to have collected lots of certificates. How many and what certificates do I need? I have:- 5 Developer ID Application macOS, all current. 2 Mac Installer Distribution macOS, all current. 1 Distribution for ALL, current. 3 Development for ALL, all current for 3 computers. Can I delete most certificates and only keep 1 each for:- 1 Developer ID Application macOS. 1 Mac Installer Distribution. 1 Distribution ALL. 1 Development for the current computer I'm using now. If I do that will xcode work it out without too much messing about? Any help appreciated. Thanks Paul
Replies
6
Boosts
0
Views
2.9k
Activity
Jul ’21