Hi Michal,
Thank you for reaching out to us.
Can you provide us the following details below, so that we can further check this?
If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:
1. Navigate to https://docs.google.com/forms/d/e/1FAIpQLSfkAiXMeYP-fw1W3Z-tT9uwmATEKO5X6S-th0gR2ezdKaaqfg/viewform?usp=pp_url&entry.400550049=Mobile+Ads+SDK&entry.460850823=5004Q00002bcDxGQAU&entry.80707362=00109999
2. Fill out all fields, and attach your file(s).
3. Please reply back on this thread when you have uploaded your file(s). Please do not share this link.
Regards,
|
||||||
Hi Michal,
Thank you for providing additional information. However, it would be best if you could provide a project file, so we could have full visibility in your implementation as well. This is a big help to us to further check this crashes. Rest assured that the shared project file will not be shared externally and will be used for investigation purposes only. If you can't still provide a project file due to company policy, you may modify our Sample App iOS aligning to your implementation. You can send it via Reply privately or by following the steps below.
If the file(s) you are looking to share are less than 25mb in total you can attach them to this case on your next reply. If you are having trouble attaching your file to this case or if your file(s) are larger than 25mb, you can share your files with me by performing the following steps:
1. Navigate to https://docs.google.com/forms/d/e/1FAIpQLSfkAiXMeYP-fw1W3Z-tT9uwmATEKO5X6S-th0gR2ezdKaaqfg/viewform?usp=pp_url&entry.400550049=Mobile+Ads+SDK&entry.460850823=5004Q00002bcDxGQAU&entry.80707362=00109999
2. Fill out all fields, and attach your file(s).
3. Please reply back on this thread when you have uploaded your file(s). Please do not share this link.
In addition to that, I've checked your logs and the Exception Type: EXC_CRASH (SIGKILL) means that the operating system terminated the process. Then for the Termination Reason, I've seen that it has code error "0x8BADF00D" which means the operating system’s watchdog terminated the app. With that, you can check this on how you can identify the signature of an unresponsive app terminated by the watchdog, and address the issue.