Post

Replies

Boosts

Views

Activity

Reply to How to get iPhone's IP address in swift
Why do you need up address for ? Which IP : private, public, wifi ?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to App Review Rejection
Are you sure you did not selected 4+ in the app information page ?
Replies
Boosts
Views
Activity
Oct ’22
Reply to How to let Apple get signed into a closed environment on Citrix?
Can you simulate the environment on a server accessible on internet for the duration of review ?
Replies
Boosts
Views
Activity
Oct ’22
Reply to Production TestFlight test crashes when start, but the same code/archive works when is signed for development distribution
You seem to use an external framework (IBMMobileFoundationSwift) . Have you the compatibility for swift version ?
Replies
Boosts
Views
Activity
Oct ’22
Reply to convert xcode project to ipa
Distribution for ad hoc ?
Replies
Boosts
Views
Activity
Oct ’22
Reply to Testflight Crash When Opening Via Link
Are you getting any data from an external network address which may require to use a region code and not work if the iPhone region code does not exist ?
Replies
Boosts
Views
Activity
Oct ’22
Reply to Production TestFlight test crashes when start, but the same code/archive works when is signed for development distribution
look at [this](xcode13.4.1:Library not loaded: /usr/lib/swift/libswiftCoreGraphics.dylib https://developer.apple.com/forums/thread/715162?answerId=728753022#728753022) : some libraries may not be found and cause error with xCode 13.4.1. May be just using xCode 13.4 will help.
Replies
Boosts
Views
Activity
Oct ’22
Reply to App Rejected - Ion-Input Login Issue (2.1.0 App Completeness)
Do you check that user enter something and if not supply an alert to say that nothing has been entered so he can try again ?
Topic: App & System Services SubTopic: Hardware Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Use cases for closures vs. functions
Each time you have a closure you can put a function. If code is called only once, it may not worth using a function rather than just writing the closure. If the same code is called many times may be a function will be better for maintenance.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to App Review Denied, Can't Replicate, this is one of the crash logs provided
Do you do some external data launch or heavy computing before showing the first screen ? It seems it take 19 seconds which may be too long.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Picker stops working when @Environment is added to the View
From what I observed, using environment object may change the way the view is initialized. As you seems to use array State var this may result as the override when calling does not happens as the view may be created before. Use binding if data comes from caller view.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to My app keeps getting rejected by app review
As you do not use available Tesla API thus may be considered as reverse engineering. You have to demonstrate that you use Tesla publicly available information.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Xcode 14 UNUSABLE: New IBOutlet properties not recognized in Interface Builder
Where did you declared the IBOutlet (in which part of the code) ?
Replies
Boosts
Views
Activity
Oct ’22
Reply to Weather Kit REST API doesn't contain SF Symbol name.
I think you have to do it yourself. This enable you to use your own images.
Topic: Design SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’22
Reply to Auto orientation lock
This would be energy consuming to have constant FaceId detection system working. You could integrate this for an app but I think it may drain battery.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22