Post

Replies

Boosts

Views

Activity

Reply to Is there any way to detect where a carplay app is coming from background to foreground?
I thing using the associated SceneDelegate life cycle methods. for example     **func sceneWillEnterForeground(_ scene: UIScene) **,     **func sceneDidBecomeActive(_ scene: UIScene) ** and others
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Suddenly my app uses non-public api
Do you any third party frameworks that may have been updated (including ads) ?
Replies
Boosts
Views
Activity
Sep ’22
Reply to XCode 14.0 comment shortcut not working anymore
It depends on your keyboard layout : for Italian keyboard it is ⌘ + ´ may be linked to the position of a key on US keyboard ?
Replies
Boosts
Views
Activity
Sep ’22
Reply to XCode 14 compile errors immediately disappear or do not appear at all
Did you try to suppress the warning about iOS 9 which is no more supported. Set the deployment target to iOS 11 , then try again. You can also have some information in the build log.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Undefined symbols for architecture arm64 in Xcode 14
xCode 14 suppressed support for 32 bits devices
Replies
Boosts
Views
Activity
Sep ’22
Reply to Xcode 14 problem on iOS 11
Try to embed swift library in your build settings
Replies
Boosts
Views
Activity
Sep ’22
Reply to iPhone 14 Pro camera broke most ID verification frameworks
Did you upgrade to iOS 16.0.2 ? It seems to correct problem with iPhone 14 PRI cameras
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to TestFlight - Force Users to new build
May be you can try to force expiration of build in AppStore connect.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Can't deactivate "Fast app termination" on my iPhone
Did you try to search for «developer» in settings app.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Airplane mode with shortcuts not mirroring
the Problem is that airplane mode switch off communication, so the information can not be sent or received after.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Code to Send SMS to several Phone numbers
The rfc for sms indicates something like «sms:+15105550101,+15105550102», which is use , to separate numbers. It seems that iOS is not compatible with the RFC, this may need to open a feedback.
Replies
Boosts
Views
Activity
Sep ’22
Reply to Apple Developer Enrollment unable to verify an association between the organisation name and website URL
Is the url registered to your company name : what result do you get in Whois search: name of your company or name of your provider ?
Replies
Boosts
Views
Activity
Sep ’22
Reply to App Approval for Paid Dating App
As it can be used very easily for prostitution, even if it not your intention, I doubt Apple will authorise it.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to SwiftUI app crashes using iOS 16 EXC_BREAKPOINT, difficulty understanding crash report
Check for memory leaks, memory usage, high cpu with Instruments.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to How to read touch and accelerometer data
I don’t think an inactive app would be allowed to get touch events : it is like a keylogger. Privacy will prevent you to do this.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Sep ’22