package com.sdunicom.iphone.apns; import javapns.back.PushNotificationManager; import javapns.back.SSLConnectionHelper; import javapns.data.Device; import javapns.data.PayLoad; public class MainSend { public static void main(String[] args) throws Exception { try { String deviceToken = "189c1558c469d683a516a09be4c7851399f721747b89dc10161b5d9a82d2ee71"; PayLoad payLoad = new PayLoad(); payLoad.addAlert("我的push测试_java"); payLoad.addBadge(4); payLoad.addSound("default"); PushNotificationManager pushManager = PushNotificationManager.getInstance(); pushManager.addDevice("iPhone", deviceToken); //Connect to APNs String host= "gateway.sandbox.push.apple.com"; int port = 2195; String certificatePath= "F:/tinmanpush123.p12"; String certificatePassword= "tinmanpush123"; pushManager.initializeConnection(host,port, certificatePath,certificatePassword, SSLConnectionHelper.KEYSTORE_TYPE_PKCS12); //Send Push Device client = pushManager.getDevice("iPhone"); pushManager.sendNotification(client, payLoad); pushManager.stopConnection(); pushManager.removeDevice("iPhone"); } catch (Exception e) { e.printStackTrace(); } } }
最近下载更多
peng2000 LV12
2021年2月15日
fileToken LV1
2020年5月13日
shuixianzyy LV4
2020年5月7日
最代码酒酒 LV20
2019年4月16日
n0th1n9 LV6
2017年12月8日
lanlanskys LV1
2017年11月12日
sdbrk LV14
2017年10月20日
rabbitlxf LV1
2016年6月23日
thl1229 LV15
2015年6月17日
chiron LV12
2015年2月12日
最近浏览更多
kkkkioio LV7
2023年7月5日
1441854423 LV2
2023年6月30日
张真狗 LV9
2023年6月9日
wuziayng1232 LV10
2023年6月1日
2410068425 LV23
2023年3月6日
生米的 LV10
2023年3月3日
好的好的 LV8
2022年7月13日
JohnnyZ LV2
2022年5月24日
hshdhdbdb
2022年5月19日
暂无贡献等级
zzz957 LV2
2022年4月26日