简体   繁体   中英

iOS-Not receiving crashes on Crashlytics when app is resigned

I am using Crashlytics in my app to get crash reports. Now customer Resigned that app with different apple account. Now I am not getting crash reports. What I can do please suggest. I am searching everywhere but not getting anything exactly. TIA

May be in your app installation of fabric is not proper. you need to follow the step https://fabric.io/kits/ios/crashlytics/install . OR you need to test using this code https://fabric.io/kits/ios/crashlytics/features

May be the dsym file which is necessary for the crash log is not properly uploaded on the Fabric, Please check whether it is uploaded or not. and the other reason for not getting the crash report the user had not given permission for reports on their device. If the app id is changed for the application than you have to change the key for new app id. If you have change the organisation for the application, Please see this doc https://docs.fabric.io/apple/fabric/settings/working-in-teams.html#adding-organizations

As i can see that application bundle id change you must be setup fabric with new build id either via cocoapods or drag and drop frameworks .

As you need to remove existing app that is not longer available so you need to remove app from fabric and setup fabric like a new app setting your issue going to be solved.

From your derived data you will find dSym files. Archive and upload to fabric in the settings section. Once you have validated and created the IPA for upload.

  1. RightClick Archive - Show in Finder 1.右键单击存档-在Finder中显示

  2. RightClick Archive - Show Package Contents 2.右键单击存档-显示包装内容

  3. Zip the dSYM files 3.压缩dSYM文件

  4. Upload to Fabric in settings section 4.在设置部分上传到结构

Your should be able to receive crashes in fabric once this is done.

Thanks to everyone for their reply.I got my solution I just ask my customer for new bundle Id and their apple login . After running on Xcode it automatically got registered to Fabric.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM