Crashlytics feature is integrated with Google Firebase service. You need to sign up on the Firebase website and create a new project. Then, add your app to your Firebase project to register app.
Create a new project.
In the newly opened window enter the name of the project. And click Continue.
Next, select Google Analytics account or create a new one. Click on the Create Project.
Wait for the project to load.
On the opened page select the app platform iOS or Android.
Enter your Bundle ID and click on Register App.
Download the config file and add it to the following folder iOS > Runner of MasterStudy App project.
After that, you will be notified that the file with the same name already exists. Just confirm the file replacement.
And you are all set.
Push Notification
Open your Apple Developer account > https://developer.apple.com/ and follow to the Certificates, Identifiers & Profiles section.
Then follow to the Keys tab and register a new key.
On the new page click in the Plus icon to register a new key.
Now, you need to enter the Key Name. And also, on this page, you need to Enable Apple Push Notifications Service (APN). Once you finished click Continue.
On the new opened window click on Register and download the file with the APN Key.
Save the file and follow the Firebase.
After you generated keys on developer.apple.com open your project in Firebase.
Click on iOS and open its settings.
On the Settings page open the Cloud Messaging option.
Follow to the iOS app configuration section and upload there the file with APN Keys. you downloaded earlier.