Giter Club home page Giter Club logo

alipayane's Introduction

AlipayANE

支付宝ANE for IOS for android(SDK版本 1.0.1)

包含以下内容:

  • Alipay ANE for Android 安卓端ANE
  • Alipay ANE for IOS 苹果移动端ANE
  • IOS端url若要调用则需要修改-app.xml 在[iphone]标签中加入URL
  • IOS端支付宝库请自行下载
  • sample 对于android和IOS均适用 关于环境配置不在赘述

资源

编译方法

  • 查看Bulid文件夹下的Bulid ANE文件夹(ane.bat for win,ane.sh for mac)
  • 查看Bulid文件夹下的Bulid APK文件夹
  • 温馨提示:Alipay.bundle资源需要放到AIR根目录,否则会发生资源取不到的问题

## iOS版本特别提醒

iOS支付回调使用Url的方式 详细配置查看aneTest文件夹下的-app.xml文件 IPHONE标签处 294-316行.

 <iPhone>
        <InfoAdditions><![CDATA[
			<key>UIDeviceFamily</key>
			<array>
				<string>1</string>
				<string>2</string>
			</array>
			
			<key>CFBundleURLTypes</key> 
			<array> 
	    	<dict> 
	        	 <key>CFBundleURLSchemes</key> 
    	    	<array> 
        		    <string>AlipayANE</string> 
    	    	</array> 
    	    	<key>CFBundleURLName</key> 
    	    	<string>com.rect.app</string> 
    		</dict> 
		</array>

		]]></InfoAdditions>
        <requestedDisplayResolution>high</requestedDisplayResolution>
    </iPhone>

作者

MIT

The MIT License (MIT)(有网友需要 就贴一个)

Copyright (c) 2010-2014 www.shadowkong.com

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

alipayane's People

Contributors

recter avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

alipayane's Issues

AlipayExtension 有问题

主线程(已暂停: ReferenceError: Error #1065: Variable com.alipay.ane::AlipayExtension is not defined.)

我在使用ios版本的时候,加入as包里面的代码进去,或者swc,报的都是这个错误,在使用的时候不可用。。。

License of AlipayANE

Hello, I'm heesuk kang.

I've something to ask about license of youre source code (AlipayANE)

I want to use your source code in my commercial app.
Could you tell me the license of the code??
(like MIT license, BSD license,,, something)

Plz, let me know it ASAP!!
happy coding :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.