Post

Replies

Boosts

Views

Activity

Reply to How to pass Child Class reference as Parent Class
The func getAllChallenges declares to return [ChallengeParent]. but it returns an array of LockdownChallenge That’s the cause of error. As you don’t show how ChallengeParent relates to other classes, hard to tell what to change precisely. But you have to resolve the inconsistency. Either by changing the return declaration of the func or by changing what it returns.
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’24
Reply to Is Swift6 required for iOS18 production apps?
Present requirement is as of April 2024 all iOS and iPadOS apps submitted to the App Store must be built with a minimum of Xcode 15 and the iOS 17 SDK. Which means Swift 5.9 at least. Xcode 15.4 uses Swift 5.10 for instance. I anticipate that it will still be possible to publish from Xcode 15.4. But what is the problem to fo to Swift 6.0 ? You'll have to do it sooner or later in any case. Note: don't forget to close your old threads when you've received the correct answer.
Topic: Programming Languages SubTopic: Swift Tags:
Aug ’24
Reply to Guideline 5.4 - Legal - VPN Apps
They propose you to "Request a 30-minute online meeting with an App Review expert to discuss the guidelines and best practices for a smooth review process." Did you do it ? If you do not collect any data, you should make it clear to the user. But apparently, reviewer has found that the app IS collecting some data. What is exactly the situation ?
Aug ’24
Reply to How to delete built in iOS Simulator in Xcode 14
There is some confusion in what you explain. Either you run the app on simulator or you run on device. But then, it is not simulator, it is real device app. To remove the app in simulator, look at the simulator home page and search for your app. Then remove the app, as you would do on a real device, by long pressing on the app name and then click on the minus sign on the app icon. Then validate with OK. But the only good solution is to find why your app does not work well on device. There is likely some issues in your code that you'd better correct before publishing the app.
Aug ’24
Reply to App rejected twice for the same reason
network is mandatory to get data for initialization Do you exit gracefully if network is not OK (or blocking requests for any security reason) ? You cannot let user (or reviewer) stuck at launch. Or better, can't you get the network part out of initialisation process (as recommended in documentation) ? There is no 17.6 simulator, but there are 18.0
Replies
Boosts
Views
Activity
Aug ’24
Reply to Becoming an iOS developer, it's getting harder and harder
As an iOS developer, you have to know Objective-C, Swift, UIKit, SwiftUI, Flutter, ReactNative No. Swift, UIKit or SwiftUI (and Xcode of course) are enough. But as much important is to learn about app architecture and design…
Replies
Boosts
Views
Activity
Aug ’24
Reply to How to pass Child Class reference as Parent Class
The func getAllChallenges declares to return [ChallengeParent]. but it returns an array of LockdownChallenge That’s the cause of error. As you don’t show how ChallengeParent relates to other classes, hard to tell what to change precisely. But you have to resolve the inconsistency. Either by changing the return declaration of the func or by changing what it returns.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to iOS 18: Can't decline a CallKit call invite when using headphones
This is more a question (or issue) about a product, not about your app development. So this is not the right forum. You'd better either: report a bug on Feedback report ask the question on users forum: https://discussions.apple.com/welcome contact Twilio
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to App Rejected reason Guideline 3.2 - Business : Struggling to Get My App Approved by Apple Despite Similar Apps in the App Store—Need Advice!
My advice, from experience: include a detailed message to reviewer when you submit the app, where you explain your point, simply and clearly. That usually help.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Trader compliance..."I don't plan to distribute in the EU"
Effectively, trader declaration is specific to EU. AFAIU, you would have then to eliminate any EU country from the list of countries where the app is available. It is not automatic but must be consistent.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Urgent: Issue with Business Agreements and Uploading User Info on App Store Connect
Thanks for the feedback. How are you registered in Appstore connect ? Individual or corporation ? If individual, the 'No' should work. Otherwise, you effectively need to answer 'Yes' Good continuation and don't forget to close the thread.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Urgent: Issue with Business Agreements and Uploading User Info on App Store Connect
My guess would be that there may be an issue with the ID you provided. Try to send as png instead of jpg, with the best possible resolution so that OCR can find what it is looking for. Hope that helps.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Un-understandable error thrown when calling Product.products(for:))
Could you show the code of Product structure? If the error is there, it will help to see the code.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Is Swift6 required for iOS18 production apps?
Present requirement is as of April 2024 all iOS and iPadOS apps submitted to the App Store must be built with a minimum of Xcode 15 and the iOS 17 SDK. Which means Swift 5.9 at least. Xcode 15.4 uses Swift 5.10 for instance. I anticipate that it will still be possible to publish from Xcode 15.4. But what is the problem to fo to Swift 6.0 ? You'll have to do it sooner or later in any case. Note: don't forget to close your old threads when you've received the correct answer.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to Ongoing Data Delays in Sales & Trends
It is really surprising that the same issue repeats regularly. Without any explanation on the reason why.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Guideline 5.4 - Legal - VPN Apps
They propose you to "Request a 30-minute online meeting with an App Review expert to discuss the guidelines and best practices for a smooth review process." Did you do it ? If you do not collect any data, you should make it clear to the user. But apparently, reviewer has found that the app IS collecting some data. What is exactly the situation ?
Replies
Boosts
Views
Activity
Aug ’24
Reply to How to delete built in iOS Simulator in Xcode 14
There is some confusion in what you explain. Either you run the app on simulator or you run on device. But then, it is not simulator, it is real device app. To remove the app in simulator, look at the simulator home page and search for your app. Then remove the app, as you would do on a real device, by long pressing on the app name and then click on the minus sign on the app icon. Then validate with OK. But the only good solution is to find why your app does not work well on device. There is likely some issues in your code that you'd better correct before publishing the app.
Replies
Boosts
Views
Activity
Aug ’24
Reply to Launch Screen File - SwiftUI
If you need only a still image, you can do it without storyboard. For more you need storyboard (but really, it is very easy and powerful). Get all details here: https://medium.com/@paponsmc/how-to-setup-launch-screen-on-swiftui-ios-16-for-ios-developer-a082b818a3bc
Replies
Boosts
Views
Activity
Aug ’24
Reply to Navigation issue in Xcode 16 beta 7
I do not see any beta 7. last available (AFAIK) is beta 6: 16A5230g
Replies
Boosts
Views
Activity
Aug ’24