AWS Pinpoint控制台无法识别设备

时间:2018-10-05 14:00:11

标签: react-native aws-amplify aws-pinpoint

你好

@ aws-amplify / pushnotification不起作用。从我的源代码(下面)中提取出了app.js文件。但是在控制台aws中无法确定端点是否未注册以接收推送通知?

import Amplify, { Analytics } from 'aws-amplify';
import aws_exports from './aws-exports';
import PushNotification from '@aws-amplify/pushnotification';

// gets the registration token
PushNotification.onRegister((token) => {
    console.log('in app registration', token);   
});

注意:aws-amplify分析效果很好

Nb:我使用Facebook帐户套件进行登录和身份验证

Nb:我使用Android

链接信息中心aws精确定位:https://ibb.co/d2hi9K

谢谢您的回复

0 个答案:

没有答案