- 授权协议: Apache
- 开发语言: Java
- 操作系统: 跨平台
- 软件首页: https://github.com/teaey/apns4j
- 软件文档: https://github.com/teaey/apns4j
软件介绍
apns4j 是 Apple Push Notification Service 的 Java 实现!
Maven:
<dependency> <groupId>com.github.teaey</groupId> <artifactId>apns4j</artifactId> <version>1.0.1</version> </dependency>
示例代码:
KeyStoreWraper keyStore = KeyStoreHelper.getKeyStoreWraper("XXXXXXXX.p12", keyStorePasswd); AppleNotificationServer appleNotificationServer = new AppleNotificationServer(AppleGateway.ENV_DEVELOPMENT, keyStore); SecurityConnectionFactory connectionFactory = new SecurityConnectionFactory(appleNotificationServer); SecurityConnection connection = connectionFactory.getSecurityConnection(); NotifyPayload notifyPayload = new NotifyPayload(); //notifyPayload.setAlert("TEST1"); notifyPayload.setBadge(2); notifyPayload.setSound("default"); notifyPayload.setAlertBody("Pushed By apns4j"); notifyPayload.setAlertActionLocKey("Button Text"); connection.writeAndFlush(deviceTokenString, notifyPayload); connection.close();
Web软件用户界面设计指南
林锐、唐勇、石志强 / 电子工业出版社 / 2005-5-1 / 20.00元
Web软件用户界面设计指南,ISBN:9787121010163,作者:林锐等编著一起来看看 《Web软件用户界面设计指南》 这本书的介绍吧!