Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aks-dev/ipush

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aks-dev/ipush

厂商推送

  • 1.0.20
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

ipush

Getting started

$ npm install @aks-dev/ipush --save

or

$ yarn add @aks-dev/ipush

Manual installation

iOS
  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-ipush and add RNIpush.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNIpush.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<
Android
  1. 打开project下面build.gradle文件。
buildscript {//这里是gradle脚本执行所需依赖,分别是对应的maven库和插件
	repositories {
		maven { url 'https://developer.huawei.com/repo/' }
	}
	dependencies {
		classpath 'com.huawei.agconnect:agcp:1.6.0.300'
	}
}
allprojects {
	repositories {
		flatDir { dirs project(':aks-dev_ipush').file('libs') }
		maven { url 'https://developer.huawei.com/repo/' }
	}
}
  1. 打开app下面build.gradle文件。
apply plugin: "com.android.application"
下面添加
apply plugin: "com.huawei.agconnect"
  1. app下面添加agconnect-services.json

Usage

import * as RNIpush from 'react-native-ipush';

// TODO: What to do with the module?
RNIpush;

Keywords

FAQs

Package last updated on 25 Jul 2023

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc