
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
react-native-ios11-devicecheck
Advanced tools
React Native implementation for Apple iOS 11 DeviceCheck DCDevice API.
React Native implementation for Apple iOS 11 DeviceCheck DCDevice API. Except iOS platform always comes on Promise.reject('Other than iOS platform not supported')
$ npm i --save react-native-ios11-devicecheck
pod 'RNIOS11DeviceCheck', :path => '../node_modules/react-native-ios11-devicecheck/ios'
Try inside javascript code: index.js
import React from 'react';
import { View } from 'react-native';
import RNIOS11DeviceCheck from 'react-native-ios11-devicecheck';
export default class App extends React.Component {
componentDidMount = () => {
RNIOS11DeviceCheck
.getToken()
.then(console.warn)
.catch(console.warn);
};
render = () => <View style={{ flex: 1, backgroundColor: 'white' />;
}
DeviceCheck is a new iOS 11 API that gives you access to two bits of data per-device, per-developer that your associated server can use in its business logic. Here's a fully working sample.
iOS docs: https://developer.apple.com/documentation/devicecheck
Server side docs: https://developer.apple.com/documentation/devicecheck/accessing_and_modifying_the_per_device_data
WWDC 2017 - Session 702 - Privacy and Your Apps: https://developer.apple.com/videos/play/wwdc2017/702/?time=1444
FAQs
React Native implementation for Apple iOS 11 DeviceCheck DCDevice API.
The npm package react-native-ios11-devicecheck receives a total of 21 weekly downloads. As such, react-native-ios11-devicecheck popularity was classified as not popular.
We found that react-native-ios11-devicecheck demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.