Post

Replies

Boosts

Views

Activity

Reply to Getting precise text position with Swift for MacOS
Could you describe your use case more in detail ? Is it the text from your app, or any text (like a Finder file name) that may appear on screen ? If the former, is it a NSTextField ? Do you know which window it is in ? And then, with the window position you should be able to compute text position. If the latter, text may just be an image, for OCR may be the best way to go. But effectively may be slow.
Jan ’25
Reply to XCode 16.2 and ios 18.2 Unable to submit for review! XCode latest but saying it is beta version
Your problem description is not very helpful. You probably miss a step, but impossible to say without more information. Could you post a screenshot of? Which item are you precisely trying to add ?
Replies
Boosts
Views
Activity
Jan ’25
Reply to Implement two lists side by side with SwiftUI on iPad
Did you try to define a .frame for the HStack ? Note: this does not compile Tab("Main Tab", systemImage: "tray.and.arrow.down.fill") {
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to Is it possible to get the phone number from the device?
Hopefully, it is not possible, for the reasons @darkpaw explained.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to App rejection, Guideline 4.0.0
Screenshots have nothing to do with ReactNative.   Screenshots were supplied showing everything faded How did you take the screenshots ?
Replies
Boosts
Views
Activity
Jan ’25
Reply to XCode Error WatchOS version doesn't match deployment target, watch fully updated
@baraupp Exactly same error here. With MacOS 14.7.1, Xcode 16.2 or 15.3. WatchOS and iPhone all updated to last version. And all on the same wifi… Finally, after many retries, and just waiting for more one hour, finally, Xcode fetched symbols. And is now succeeded to connect the Watch.
Replies
Boosts
Views
Activity
Jan ’25
Reply to Getting precise text position with Swift for MacOS
Could you describe your use case more in detail ? Is it the text from your app, or any text (like a Finder file name) that may appear on screen ? If the former, is it a NSTextField ? Do you know which window it is in ? And then, with the window position you should be able to compute text position. If the latter, text may just be an image, for OCR may be the best way to go. But effectively may be slow.
Replies
Boosts
Views
Activity
Jan ’25
Reply to Xcode 16.2 doesn't see my Apple Watch
You don't see it or you cannot generate on it. have you checked the WatchOS version ?
Replies
Boosts
Views
Activity
Jan ’25
Reply to Where is the invoice for the developer account ?
Bienvenue sur le forum. Go to https://finance-app.itunes.apple.com/purchases Select iTunes Store Select the period (full year for instance). You should find the invoice in the purchase history. N'oubliez pas de clore le thread si c'est OK en marquant cette réponse comme correcte.
Replies
Boosts
Views
Activity
Jan ’25
Reply to Text Fields Covered By Keyboard. iPadOS App
Is it SwiftUI or UIKit ? For UIKit, use keyboadWillShow and keyboradWillHide to compute whether you have to move the view up. For SwiftUI, you have to manage yourself: https://stackoverflow.com/questions/56491881/move-textfield-up-when-the-keyboard-has-appeared-in-swiftui
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to App rejected into beta testing design spam.
Could you please provide specific examples or areas where my app may appear too similar to others, Who do you ask the question to ? Most likely, reviewers will never read it. Problems of app rejection cannot be handled properly in the forum. You have to have contact with review team and explain clearly, factually, your point.
Replies
Boosts
Views
Activity
Jan ’25
Reply to Beta update 18.3 on IOS
Did you file bug reports ? That's the very purpose of beta to find out such issues. Nothing can be done through this forum.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to App keep on get rejected
Contact support https://developer.apple.com/contact/ You need a direct discussion (better by phone) as there is probably some misunderstanding with the review team.
Replies
Boosts
Views
Activity
Jan ’25
Reply to Questions about calculate the square root using Accelerate
Difference is most likely about rounding. Could you try the same code with Double instead of Float ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Jan ’25
Reply to backgroundPreferenceValue does not work after distributed through App Connect
You don't provide really useful information.   and found out it broke. Does it crash ? Do you get a crashlog ? What do you get ? What did you expect ?   What iOS versions on simulator ? On your device ? What versions "break" in TestFlight ? Is it SwiftUI ? You should also post the relevant part of code.
Replies
Boosts
Views
Activity
Jan ’25
Reply to Saving Multiple Photo Url to FireStore Database
Can't you use Observable vs ObservableObject ?
Replies
Boosts
Views
Activity
Jan ’25