Post

Replies

Boosts

Views

Activity

Reply to Peut-on faire un tableau dans une classe
import Foundation struct Brand: Codable {     let name: String     let model: [String]     let image: String     let like: Bool } let sample = """ {    "name": "First Name",    "model": ["CAR1", "CAR2", "CAR3"],    "image": "some.png",    "like": false } """.data(using: .utf8)! let brand = try JSONDecoder().decode(Brand.self, from: sample) print(brand.name)
Topic: App & System Services SubTopic: General Tags:
Dec ’21
Reply to Xcode Downloads So Slow and Tedious
Usually happens when 23 million developers are all trying to download - but if you have a previous version installed it might be faster to remove or rename the previous version.
Replies
Boosts
Views
Activity
Dec ’21
Reply to Peut-on faire un tableau dans une classe
import Foundation struct Brand: Codable {     let name: String     let model: [String]     let image: String     let like: Bool } let sample = """ {    "name": "First Name",    "model": ["CAR1", "CAR2", "CAR3"],    "image": "some.png",    "like": false } """.data(using: .utf8)! let brand = try JSONDecoder().decode(Brand.self, from: sample) print(brand.name)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Peut-on faire un tableau dans une classe
Don't be cheap this is what you're looking for - https://searchads.apple.com
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Peut-on faire un tableau dans une classe
Only if these boards were only private to paying developers with at least one app in the store or development!
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to one or more of your in-app purchase products have not been submitted for review
I would say delete the TEST if possible
Replies
Boosts
Views
Activity
Dec ’21
Reply to MacOS Monterey Bluetooth Issues
File a bug report here
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to App crashes while accessing MPNowPlayingInfoCenter().nowPlayingInfo
Do you have code to show?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Authentication error 7005
The tags for are developer-related categories and seeing your question is not developer-related and can be better served with the help of an Apple genius or community member over at Apple Support Community instead!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Bluetooth issue on Volvo XC60
Please post non-developer-related questions here Apple Support Community or contact your Volvo dealer.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to After upgrading to Xcode 13.2.1, debugging with a lower version of the iOS device still crashes at launching
What is your build target?
Replies
Boosts
Views
Activity
Dec ’21
Reply to Application not installing in to AppleTV during automation suite execution from Xcode
Is the Apple TV plugged in via cable or over wifi to Xcode? Is it enabled for development?
Replies
Boosts
Views
Activity
Dec ’21
Reply to Out look search does not work
Please ask your questions here Outlook - Microsoft Tech Community or here Apple Community Support
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Xcode 13.2.1 - code completion failing quite often - rebuild?
The indexer has most likely failed in this instance due to some possible circular import reference in the codebase. Closing and reopening Xcode usually helps
Replies
Boosts
Views
Activity
Dec ’21
Reply to iPad crash: Unexpected view controller change in Supplementary column
Are you overriding any view will transition, should rotate, preferred orientation methods? Or performing any routines in view will appear or view will or did layout subviews? Read here: https://developer.apple.com/documentation/uikit/uisplitviewcontroller
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Reply to Custom business trading app, possible rejection ?
We are not lawyers, instead of asking here, search the app store itself for any already existing business models similar to yours. Read sections 3.1.5: https://developer.apple.com/app-store/review/guidelines/
Topic: Business & Education SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’21