当前位置:  软件>java软件

移动应用开发服务端工具库 mobile-toolkit

    来源:    发布时间:2015-01-09

    本文导语:  Java 的移动应用开发服务端工具库,   提供了Apple push,应用内支付校验, Amazon的aws的几个服务的调用. 在现在移动应用(ios,android)的开发过程中,经常会需要调用Apple 的push服务以及应用内支付校验的功能,现有的一些sdk使用起来都不...

Java 的移动应用开发服务端工具库,   提供了Apple push,应用内支付校验, Amazon的aws的几个服务的调用.

在现在移动应用(ios,android)的开发过程中,经常会需要调用Apple 的push服务以及应用内支付校验的功能,现有的一些sdk使用起来都不是很方便, 所以这里包装了一个更加简单更加方便的java库. 例如apple 的push服务其实就是包装了 APNS .

Amazon的S3存储和Mail功能在开发海外的项目中也是经常使用到的云服务,Amazon的SDK本身已经很全面,这里也仅仅是包装简化其使用方式.

Enjoy it!

## feature 1. APNS Apple push notification service

  
       //setup apns by your keystore, key password and production ,false will use sandbox env

        ApnsTools apnsTools = new DefaultApnsTools("aps.p12", "password", false);

        apnsTools.alert("message", "device token");

        //async apns , should set async thread number

        AsyncApnsTools asyncApnsTools = new DefaultAsyncApnsTools("aps.p12", "password", false, 12);

        asyncApnsTools.alert("message", "device token");

        // you can setup a monitor for async apns tool.such as log monitor for print push result log. 2 is the log interval. TimeUnit is second

        AsyncNotificationMonitor monitor = new LogNotificationMonitor(2, asyncApnsTools);

 

Suggest config this in spring:

 	
       		
       		
       		
   	
   	
        	
        	
        	
        	
    	
    	
        	
        	
    		

2. IAP Apple in app pay

 

  	   //Setup iap tools,  false will use sandbox env 

        IapTools iapTools = new DefaultIapTools(false);

        IapReceipt receipt = iapTools.validate("your pay receipt");

        System.out.print(receipt.getStatus());

 

 

 Suggest config this in spring:

    
        
    

3. AWS S3 Amazon s3

 

 

        AwsS3Tools s3Tools = new DefaultS3Tools("your accessKey", "your accessSecret");

        String url  = s3Tools.upload("bucket", "key", new byte[]{}, "image/png");

        System.out.print(url); 

  

Suggest config this in spring:

  
        
        
     

4. AWS Mail Amazon mail

 

 

AwsMailTools mailTools = new DefaultMailTools("your accessKey", "your accessSecret", "your admin mail");  

mailTools.sendMail("to address", "title", "body");

Suggest config this in spring:

 
        
        
        
    

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 移动机器人编程工具箱 MRPT
  • 移动 Web 的 CSS 样式工具库 Rider
  • linux系统中运用curl工具能打开百度、新浪等网站,但打不开中国移动WLAN
  • 请问在Linux 下用C开发移动增值软件都有什么开发工具啊,我以前一直在Windows下用VC开发
  • 跨平台移动开发工具 Corona SDK
  • ubuntu没有顶部工具栏,不能移动,不能改变大小
  • 想将系统装入移动硬盘但是安装过程中找不到移动硬盘
  • docker中文入门学习手册 iis7站长之家
  • 如何移动整体移动大块内存,用哪个函数???
  • 开源移动CMS框架 墨颀移动CMS
  • vim中一行内容太多折行,用移动命令却无法移动到中间一行
  • Jquery创建层显示标题和内容且随鼠标移动而移动
  • LINUX 如何移动光标
  • 高手看过来:请教如何在移动硬盘上安装Linux?
  • 移动硬盘使用问题求解?百分相赠!!
  • 移动端滑动JS库 swipejs
  • 如何将Ubuntu安装到可移动硬盘上
  • linux系统如何向移动硬盘中导数据
  • gtk窗口移动后屏幕锁定且无响应
  • solaris下如何格式化移动硬盘
  • 移动购物车应用 MobileCartly
  • 如何用mv移动多个文件
  • linux与移动硬盘?
  • centos 无法挂载 移动硬盘
  • 已经安装到移动硬盘上的ubuntu怎样在其它电脑上使用
  • 电子商务移动客户端 ECMobile


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3