Open
Description
Issue Description
When I say "no" to anonymous statistics collection on first run, ns
still tries to make a connection to google-analytics.com.
I would not expect any connection to be made to an analytics company when I have denied permission for the program to do so.
(I also think the prompt should say who you are using for analytics — I would probably say "yes" to a self-hosted solution, but "no" to Google, as the data is almost certainly anonymous to you, but not to them. There is, after all, a reason they're letting you use Analytics for free — and the price is my data :)
Reproduction
- Install a connection monitoring program like Little Snitch, and configure it to ask permission for each connection.
npm i -g nativescript
ns
- Answer
n
to the anonymous statistics prompt. - Little Snitch will prompt for permission to connect to various sites; one of these will be google-analytics.com.
Relevant log output (if applicable)
No response
Environment
OS: macOS 13.4.1
CPU: (10) arm64 Apple M1 Max
Shell: /bin/zsh
node: 20.3.1
npm: 9.6.7
nativescript: 8.5.3
# android
java: 19.0.2
ndk: Not Found
apis: Not Found
build_tools: Not Found
system_images: Not Found
# ios
xcode: 14.3.1/14E300c
cocoapods: Not Found
python: Not Found
python3: 3.11.3
ruby: 3.2.2
platforms:
- DriverKit 22.4
- iOS 16.4
- macOS 13.3
- tvOS 16.4
- watchOS 9.4
Dependencies
"dependencies": {},
"devDependencies": {}
Please accept these terms
- I have searched the existing issues as well as StackOverflow and this has not been posted before
- This is a bug report
- I agree to follow this project's Code of Conduct