-
Notifications
You must be signed in to change notification settings - Fork 407
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
Cordova Plugin Diagnostic Visual Studio 2017 Error #9
Open
unixp
wants to merge
536
commits into
mablack:master
Choose a base branch
from
dpa99c:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
unixp
changed the title
Diagnostic Visual Studio 2017 Error
Cordova Plugin Diagnostic Visual Studio 2017 Error
Nov 10, 2017
strings switch not supported in -source 1.6
- Add `requestRemoteNotificationsAuthorization()` for iOS. Resolves #269. - Add `remoteNotificationType` constants for iOS to enumerate the various notification types when checking with `getRemoteNotificationsAuthorizationStatus()` or requesting with `requestRemoteNotificationsAuthorization()`. - Minor refactor/code cleanup of native iOS implementation.
…d race conditions when querying async native managers such as Bluetooth. Fixes #271.
… those which call methods on [UIApplication sharedApplication] so must explicitly run on the main thread) to prevent THREAD WARNING messages in the console. Fixes #272.
Fix optionality of external storage module.
Android: direct getExternalSdCardDetails without permission request
…nce to config.xml
No data is collected in accordance to Apple's definition of collected data. https://developer.apple.com/app-store/app-privacy-details/#data-collection “Collect” refers to transmitting data off the device in a way that allows you and/or your third-party partners to access it for a period longer than what is necessary to service the transmitted request in real time. There is one API that requires a declared reason to use, the NSUserDefaults API. The code is in the base Diagnostic utility class so it's available/used regardless of modules instead, but the actual execution path is only ever invoked through the Motion module. It uses the standard user defaults object which is private to the application. CA92.1 appears to the best reason description, which describes that the SDK reads and writes information that is only accessible by the app itself and not to other apps or processes.
The way it was written, someone (like me) could understand `enableDebug()` would redirect any log messages (even native ones) from logcat into the JS console. It's not the case, you still need to attach to Android Studio to see logcat detaills.
[README] Make it clear debug is about the plugin
Added conditions to not use CTCellularData on Mac Catalyst.
…n-settings Added iOS implementation of switchToNotificationSettings function
feat(ios): Resource Bundle to provide the Privacy Manifest
Bump WRITE_EXTERNAL_STORAGE to 32 for camera
docs: readme to suggest edit-config instead of config-file
Android: remove unused imports
docs: correct example log for Ephemeral permission granted
Android: replace deprecated StatFs functions
docs: remove piece of sentence in readme
…iour in API 34 / Android 14 - Add `getCameraAuthorizationStatuses()` to return the individual statuses of requested permissions related to camera - Change `getCameraAuthorizationStatus()` to natively derive the single combined status result based upon build SDK version and requested permission statuses - Return a `LIMITED` status on Android 14 if user selects limited access to photo library (return `GRANTED` if user selects to allow access to all)
…n status in `getCameraAuthorizationStatus()` so it handles case where storage permissions are not requested
[README] Correct variable name in getLocationAccuracyAuthorization callback
…) for iOS. Resolves #482
…example app package name) when determining isDebugBuild()
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hello mate
I installed your plugin in my apache cordova app vs2017 and i recived lots of error while build
cordova tools > 6.3.1 platform > 5.2.1 and nodjs > 44.3
min target 14 and max 23
All android sdk and build tools installed
Build Errors :