@OOPer a few hours ago, I read release note that asked effectively for Monterey (unfortunately, I did not captured screen). Apparently they have corrected the release notes.
That's not because they did not raise question before they will not raise them now. may be they should have raised in the past. In your situation, I would explain I'm not using any third party library. Do you include advertising in your app ? That could be the cause of concern.
Sorry, I wrote Content8 and Content9 because I test the code in another SwiftUI app. You can simply use ContentView and the name of the destination you want.
@colekong What OOPer said ; please follow the code of conduite on the forum. Plus: you could also add a property var scoreStr : String { String(score) } and use it for setting label: Score.text = newScore.scoreStr.
@OOPer a few hours ago, I read release note that asked effectively for Monterey (unfortunately, I did not captured screen). Apparently they have corrected the release notes.
That's not because they did not raise question before they will not raise them now. may be they should have raised in the past. In your situation, I would explain I'm not using any third party library. Do you include advertising in your app ? That could be the cause of concern.
Sorry, I wrote Content8 and Content9 because I test the code in another SwiftUI app. You can simply use ContentView and the name of the destination you want.
@colekong What OOPer said ; please follow the code of conduite on the forum. Plus: you could also add a property var scoreStr : String { String(score) } and use it for setting label: Score.text = newScore.scoreStr.