-
Notifications
You must be signed in to change notification settings - Fork 126
Closed
Labels
api: remoteconfigclosed-by-botneeds-infoNeed information for the developerNeed information for the developerstaleDon't have recent activityDon't have recent activitytype: question
Milestone
Description
Step 0: Are you in the right place?
- For issues or feature requests related to the code in this repository
file a Github issue.- If this is a feature request please use the Feature Request template.
- For general technical questions, post a question on StackOverflow
with thefirebase
tag. - For general (non-iOS) Firebase discussion, use the firebase-talk
google group. - For backend issues, console issues, and other non-SDK help that does not fall under one
of the above categories, reach out to
Firebase Support. - Once you've read this section and determined that your issue is appropriate for
this repository, please delete this section.
[REQUIRED] Step 1: Describe your environment
- Xcode version: 12.0
- Firebase SDK version: 7.1.0
- Installation method: Zip file
- Firebase Component: Core, Analytics, RemoteConfig
[REQUIRED] Step 2: Describe the problem
Application crashes when I call Initialize() of RemoteConfig.
- code extract
firebase::App * app = firebase::App::Create(firebase::AppOptions());
firebase::analytics::Initialize(*app);
...
firebase::remote_config::Initialize(*app);
I work without a problem if in condition to have excluded Initialize() of RemoteConfig.
I attach log and StackTrace of the application when it crashed.
I initialize Firebase and Analytics at the time of start this time and initialize RemoteConfig when I tapped a button for the debugging afterwards.
// TODO(you): code here to reproduce the problem
Metadata
Metadata
Assignees
Labels
api: remoteconfigclosed-by-botneeds-infoNeed information for the developerNeed information for the developerstaleDon't have recent activityDon't have recent activitytype: question