-
-
Notifications
You must be signed in to change notification settings - Fork 884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firebaselogging-pa.googleapis.com continuously contacted with crash reporter disabled #1628
Comments
The suggested (and subsequently confirmed) solution is to add this key-value pair to the app's <key>FirebaseDataCollectionDefaultEnabled</key>
<false/> |
Tracking requests seem to be no longer made as of Nextcloud iOS 4.0.6. But there was no commit or changelog message about it. @marinofaggiana: Can you confirm that a fix have been applied/released for this issue? |
I'm closing this as resolved, based on the observed DNS request activity alone. |
I see firebaselogging-pa.googleapis.com in my proxy logs each time i do a manual refresh. Nexcloud liquid for iOS 4.3.1.0 |
Steps to reproduce
firebaselogging-pa.googleapis.com
being queried on startup and while using the app.Expected behaviour
When crash reporting is disabled, the app should not make request to the related Google service.
Actual behaviour
App looks up the DNS entry
firebaselogging-pa.googleapis.com
on startup and then continues doing so while using it.Reasoning or why should it be changed/implemented?
Nextcloud users can rightfully expect/prefer that Google data collection services are not being contacted with crash reporting explicitly disabled.
Environment data
Nextcloud iOS app version: 4.0.1.1
iOS version: 14.6
Maybe related:
firebase/firebase-ios-sdk#8220
firebase/firebase-ios-sdk#5837
The text was updated successfully, but these errors were encountered: