Post

Replies

Boosts

Views

Activity

Build not showing up after archive successfully uploaded app
Hi, I uploaded an updated version of my app to App Store Connect yesterday, usually my build would show up under half an hour but this time it hasn't after over 16 hours. It's a simple app. I cleared an earlier version, then there was an email saying Although delivery was successful, you may want to correct the following issues in your next delivery. Once you've corrected the issues, upload a new binary to App Store Connect. ITMS-90899: Macs with Apple silicon support issue - The app isn‘t compatible with the provided minimum macOS version of 13.5. It can run on macOS 14.0 or later. I unchecked the box that says use for Mac option. I have written to Apple support, yet to hear from them, Meanwhile should I re upload the app with a newer build number and version? Thanks a lot. (I saw quite a few threads on this topic with no one close to any solution so asking again just in case)
2
0
264
3w
4.1 Design Copycats - App Store error solved
I got this error on version 1.0 and 1.1 of my latest app I submitted. They helpfully attached the cause of the error which happened to be two images, which even though it was copyright free, were somehow causing this error. They were in my launch screen and in app icon. So I uploaded my 1.1 version removing the images from my Xcode asset folder, app icon, and launch screen, and also in the iPhone screenshots on the submit page. Again I got the same error, and while waiting for the build to be distributed, I realised I hadn’t removed the trouble-causing image from my iPad screenshots. Once I removed it from there, it was a breeze. So look at the attachments they send, if it's images that's causing the error, remove them from all places where you have uploaded. Hope it helps.
1
0
576
Nov ’23
CALayer message while playing video (Xcode 12.5.1, Swift 5)
Hi guys, hope you're all safe. I'm adding a couple of features to my launched app. I'm using a stack view to hold various buttons to go to other view controllers, and one button plays a video. Whenever I press this, I get the following messages but the app works fine and the video plays properly:  `CATransformLayer changing property masksToBounds in transform-only layer, will have no effect and changing property allowsGroupBlending in transform-only layer, will have no effect` Any idea? Video plays ok in simulator and on device.  I'm using the view controller as player like below, Thanks! `guard let url = Bundle.main.path(forResource: "previewMovie", ofType: "m4v") else{return} let player = AVPlayer(url: URL(fileURLWithPath: url)) let vc = AVPlayerViewController() vc.player = player present(vc, animated: true, completion: nil)` Thanks!
3
0
915
Aug ’21
Xcode 12.5 iSO14.2 some weird messages
Hi guys, hope you are all staying safe. I’m working on my next app with Xcode 12.5, am getting a few messages in the debug console, the app runs fine, just not sure what to make of these messages. When using the date picker as a component, it was working fine till I upgraded to latest Xcode. Then started getting this error: UIDatePicker 0x12151d680 is being laid out below its minimum width of 280. So changed to ‘wheels’ option and it works. Don’t know why. Maybe a bug with new Xcode? Also got some other weird warnings in other parts of the app FYI: [plugin] AddInstanceForFactory: No factory registered for id Some core data messages: coredata message: [WindowServer] display_timer_callback: unexpected state & CoreData: annotation: PostSaveMaintenance: fileSize 9830352 greater than prune threshold CoreData: annotation: PostSaveMaintenance: wal_checkpoint(TRUNCATE) . CoreData: annotation: PostSaveMaintenance: incremental_vacuum with freelist_count - 3569 and pages_to_free 713 Another unusual error/warning: AddInstanceForFactory: No factory registered for id Also kept getting this: UIViewAlertForUnsatisfiableConstraints checked documentation, set the property to false in some view controllers, ( vartranslatesAutoresizingMaskIntoConstraints = false) warning seems to disappear. Any idea why these happen? Thank you!
3
0
1.9k
Jul ’21
Appstore rejects 3rd update after approving 2 earlier versions!
Hi guys, hope you're all safe. I recently launched my 5th app called GlucoTrak, which uses Core Data to allow users to record  their glucose readings so they can track it regularly, and it provides links various videos which I, as a diabetic, have found super useful, enlightening and relevant. It was approved the first time around, since users had some issues, I addressed those and submitted again which was approved with a request to revise ratings to 17+. I then found a bug which was overriding the date to current date, so I added a calendar datepicker to make it easy for users to add date and time.  And the App Store rejected it! Citing various reasons such as 4.2.2 (minimum functionality) and 5.2.1 (must reflect company name) and 1.4 (physical harm), and they wanted approvals for using links. I submitted an appeal stating it is not a medical app at all and that it’s an app for a diabetic by a diabetic. There are no companies involved. I am using CoreData, Datepicker, Tableviews, Safariservices etc in my app so it is not minimum functionality.  Now they dropped the 1.4 but still sticking with the other reasons to reject.I got approval emails from the relevant sources which I have submitted and another appeal to reconsider citing the same rationale. Any idea what can be done? 
2
0
508
Sep ’20
Transfer certificates to new mac
Hi hope you all are staying safe from the virus.I have a couple of questions. I have recently bought a new MacBook Air. I have been using my old MacBook Air to launch my apps.Now how do I transfer the developer certiciate to my new Mac? When I sign into my developer account I see the developer certificate assigned to my old Mac.Do I have to revoke and re-generate developer certifiate for my new mac?If I revoke will it affect my launched apps?As for my distribution certificate, it expired a while ago and I haven't renewed it. Can I renew/generate a new distribution cert on my new mac?Thanks a lot!
2
1
14k
Mar ’20