Posts

Post not yet marked as solved
4 Replies
808 Views
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
Posted
by dumbbunny.
Last updated
.
Post not yet marked as solved
1 Replies
201 Views
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
Posted
by dumbbunny.
Last updated
.
Post not yet marked as solved
17 Replies
8.9k Views
"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*.
Posted
by dumbbunny.
Last updated
.
Post not yet marked as solved
1 Replies
481 Views
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.)
Posted
by dumbbunny.
Last updated
.
Post not yet marked as solved
6 Replies
1.9k Views
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
Posted
by dumbbunny.
Last updated
.
Post not yet marked as solved
1 Replies
575 Views
My development Mac broke :-( I have installed XCode on a new Mac and need to get a private key to notarize my macOS apps. XCode tells me to send an email to myself to get my private key, obviously I can't get the key from my broken Mac. Can I revoke and delete all certificates and start again? Any help appreciated, Thanks -paul
Posted
by dumbbunny.
Last updated
.
Post not yet marked as solved
2 Replies
898 Views
Hi, What certificates do I need for macOS development and distribution (not interested in iOS). Everytime I have to renew the damn thing I have forgotten what is required and what I need to do. Thanks, Paul
Posted
by dumbbunny.
Last updated
.
Post not yet marked as solved
0 Replies
360 Views
My iOS App (iPad) is rendering a multipage PDF using CGPDFDocumentRef. In iOS11 and previous it renders the images perfectly but in iOS12 and iOS13 it renders the first page in colour but the rest are monochrome. Now in iOS14, even from the first page, the images are either completely black or are distorted with diagonal black lines running through them. Any blocks of a single colour are missing. The pdf was generated in Adobe InDesign on Mac and I've checked the pdf file in Preview, Adobe Reader and Adobe Acrobat on macOS and in Adobe Reader, Edge, Firefox, Chrome, Opera and Brave on Windows 10 and all is perfect. Any help appreciated, Thanks - Paul
Posted
by dumbbunny.
Last updated
.
Post not yet marked as solved
0 Replies
469 Views
My iOS App (iPad) is rendering a multipage PDF using CGPDFDocumentRef. In iOS11 and previous it renders the images perfectly but in iOS12 and iOS13 it renders the first page in colour but the rest are monochrome. Now in iOS14, even from the first page, the images are either completely black or are distorted with diagonal black lines running through them. Any blocks of a single colour are missing. (This is an App for schools, educational content, and most schools are hesitant to upgrade their iOS so I have to support all the way back to iOS8.) The pdf was generated in Adobe InDesign on Mac and I've checked the pdf file in Preview, Adobe Reader and Adobe Acrobat on macOS and in Adobe Reader, Edge, Firefox, Chrome, Opera and Brave on Windows 10 and all is perfect. Any help appreciated, Thanks - Paul
Posted
by dumbbunny.
Last updated
.
Post not yet marked as solved
7 Replies
6.7k Views
HI, I can't find how to read my data file in swift (converting from Objective-C). The file consists a mixture of bytes, UInt16, UInt32, SInts16 ,strings (as pascal strings), png and mp3 data all mixed up as I use a 'byte' to indicate what sort of data is next. I tried:- var data = (NSData)();fileHandle?.readData(ofLength: MemoryLayout.size(ofValue: UInt8())) But can't use "getBytes etc" so can't get the value. I thought this would work for UInt16s but no-go var num = UInt16(); fileHandle?.readData(ofLength: MemoryLayout.size(ofValue: UInt16())) I'm about to give up and stay with Objective-C. Any help appreciated. Paul
Posted
by dumbbunny.
Last updated
.
Post marked as solved
2 Replies
978 Views
Hi,MacOS 10.15.2<key>NSMicrophoneUsageDescription</key> <string>Record audio!</string>This crashes.[AVCaptureDevice requestAccessForMediaType:AVMediaTypeAudio completionHandler:^(BOOL granted) { if (granted) { // [self setupCaptureSession]; } }];Also,Preferences->Security & Privacy - Microphone has no reference to the Voice Memo app even after using it and allowing access to the mic.Any help appreciated.Paul
Posted
by dumbbunny.
Last updated
.