Post not yet marked as solved
How can I fix this crash. This happens
every time the Video call in the Line Chat application start.
Post not yet marked as solved
Hi!
I want to merge 14 zip files into one, but is it possible using a mac? Or do you need a software to do it?
Thank you!
Post not yet marked as solved
We are building an app that accesses API data from a https protected server. The API key is all ok on my side, either installing the app through Xcode or through TestFlight, on my devices, everything works. However when my partner installs the app for testing on his device (iOS version compatible) according to crash reports, he does not get API data. The API is a paid API and we have a lot of calls left on our plan. I have verified if there were any issues with encryption compliance, and from what I have, we are ERA compliant. I don't know what else to do or check.
Post not yet marked as solved
Currently in Xcode 13, clang static analyzer is not analyzing Swift Language. Will Clang Static Analyzer eventually support Swift Language in the upcoming releases?
Post not yet marked as solved
Hello everyone,
so im not sure how long today my phone has been doing this but i got a spam texts from one of those spam groups earlier this morning and about 20 minutes ago went to text my boyfriend back and when i clicked on his contact in my imessage, it had all of the numbers from that group message added into our convo? not sure how else to explain it (will include pictures for a bit more clarification) but i just can't figure out what happened bc i didnt save any of those numbers or anything. and im not able to even start a new imessage conversation between the both of us because i keeps adding those numbers back into it. none of the messages from that group chat are in our conversation but when i text him it sends it to his phone in a whole other chat.
(i know the tag has nothing to do with my question but there were so many and i couldnt find one that somewhat matched up so bare with me lol)
Post not yet marked as solved
When I upload an iOS app to App Store, it validates the bundle and sends email if the bundle is incorrect.
I was wondering if there is any way to do this in the CI/CD pipeline even before attempting to upload it to App Store.
In the past, we have received many errors. To name a few-
ITMS-90685: CFBundleIdentifier Collision
ITMS-90205: Invalid Bundle
ITMS-90785: UIUserInterfaceStyle can’t be '' - It can only
be 'Light', 'Dark', or 'Automatic'.
ITMS-90668: Invalid Bundle Executable
ITMS-90062: This bundle is invalid
ITMS-90165: Invalid Provisioning Profile Signature
ITMS-90478: Invalid Version
ITMS-90640: Invalid Info.plist value
ITMS-90338: Non-public API usage
ITMS-90892: Missing recommended icon
etc.
I understand that not all of them can be detected unless we upload it to App Store, but maybe some of them can be detected. I am sure other developers have felt the need of this. Is there a way to achieve this, maybe using XCode or any other tools Apple provides?
I would greatly appreciate your help.