Second - this forum contains only the opinions of developers and you can never get certainty that your app will be approved.
By the way I noticed some users have apple sign near their nickname. I suppose they are developers hired by Apple and acting here as official support. May be I'm not right.
If you don't check "Preserve Vector Data" in the assets catalog, XCode will generate 3 PNG files from the PNG. So, not much difference in terms of build size.
I would prefer PNG, because, otherwise, creation of PNGs will take time on the designer's side. Automatic job is cheaper then human job.
Also, it's easier to track changes in vector. It could even be staged by Git. Easier to maintain, when it comes to updating images.
The error is caused by Firebase. Removing the package and uploading successfully.
Resolved! I removed all auxilary Firebase products, including Crashlytics, only FirebaseAnalytics left. And it uploads!
Instead of mainMixerNode access volume like this:
(audioNode.avAudioNode as? AVAudioPlayerNode)?.volume
This is the correct way to get SKAudioNode's volume.
The URL in the question "x-apple-health://Sources/MyAppName/" opens the Health app for me (iOS 16) but doesn't open Sharing > Apps tab. Although "x-apple-health://Sources/" work. May be the app name is incorrect.
Folks, you should never ask your questions like this. Nobody will read through your code trying to find out how it supposed to work. Try to localize the error.
Second - this forum contains only the opinions of developers and you can never get certainty that your app will be approved.
By the way I noticed some users have apple sign near their nickname. I suppose they are developers hired by Apple and acting here as official support. May be I'm not right.
If you don't check "Preserve Vector Data" in the assets catalog, XCode will generate 3 PNG files from the PNG. So, not much difference in terms of build size.
I would prefer PNG, because, otherwise, creation of PNGs will take time on the designer's side. Automatic job is cheaper then human job.
Also, it's easier to track changes in vector. It could even be staged by Git. Easier to maintain, when it comes to updating images.
The error is caused by Firebase. Removing the package and uploading successfully.
Resolved! I removed all auxilary Firebase products, including Crashlytics, only FirebaseAnalytics left. And it uploads!
Instead of mainMixerNode access volume like this:
(audioNode.avAudioNode as? AVAudioPlayerNode)?.volume
This is the correct way to get SKAudioNode's volume.
The URL in the question "x-apple-health://Sources/MyAppName/" opens the Health app for me (iOS 16) but doesn't open Sharing > Apps tab. Although "x-apple-health://Sources/" work. May be the app name is incorrect.
Folks, you should never ask your questions like this. Nobody will read through your code trying to find out how it supposed to work. Try to localize the error.