【unity-Xcode】开发记录---备忘

来源:互联网 发布:mac解压带密码rar 编辑:程序博客网 时间:2024/05/04 12:03

先看看参考资料:

http://blog.csdn.net/xiaominghimi/article/details/6937097/

http://blog.devtang.com/blog/2012/12/09/in-app-purchase-check-list/   

http://blog.devtang.com/blog/2013/04/07/tricks-in-iap/

1.需求:共享开发者证书,因为是个人开发者,需要在多台设备上来打版本。

xcode报错:the identity used sign the executable is no longer...

解决办法:

http://blog.sina.com.cn/s/blog_4c925dca0102uynq.html

http://www.cocoachina.com/bbs/read.php?tid=21214


2.需求:CNAPS CODE ,AppStore支付所需的银行卡唯一ID

可在开户银行查询到


3.需求:Invalid (Managed by Xcode),https://developer.apple.com/ 提示

在Prefereces/Account中找到对应的Provisioning Profiles文件,删除后可以顺利打到真机上。
但是网页该状态依旧为Invalid。(知道的朋友帮指点一下)
ps:重新试试Prefereces/Account 重新更新证书

4.需求:ld:symbol(s) not found for architecture arm64,clang:error:linker command failed with exit code 1 (use -v to see invocation)

删掉所有P31文件,然后重新导入,用svn下载下来的会文件不全。

5.需求:支付开始,提示purchaseFailedEvent:无法连接到itunes store

日志:
StoreKit:in the process of purchasing
StoreKit:failed transaction error : Error Domain=SKErrorDomain Code=0 无法连接itunes store
解决办法:登陆沙盒测试账号,输入密码后,弹出支付界面。

6.需求:如何恢复支付失败的订单


7.需求:热更新报错The resource could not be loaded because the App Transport Security policy requires the use of a secure connection.
http://blog.csdn.net/soindy/article/details/48548207
因为回调地址是http, xcode7 默认为https,所以读不到地址。

0 0
原创粉丝点击