sdk

iOS提交AppStore审核时:提示有其他支付并隐藏功能被拒的处理办法

落爺英雄遲暮 提交于 2019-12-05 14:08:24
背景提示:数字类产品(比如购买会员等不需要配送实物的商品),Apple规定必须使用苹果IAP应用内支付,给Apple分成30%。打包的时候不要勾选微信或支付宝等其他支付方式。如果你提交的包里包含了微信支付宝等支付的sdk,即使没使用,Appstore也会认为你有隐藏方式,以后会绕过iap,不给Apple分成,因此拒绝你的App上线 应用中如果没有交易功能,不要包含支付相关模块和支付相关的js代码 应用中如果只包含虚拟物品交易,只能使用苹果应用内支付(IAP),不能使用支付宝和微信支付 应用中如果包含实物交易,可以包含支付宝和微信支付 使用5+ SDK本地离线打包   按照签名的规则确定应用包含的支付模块,按以下方法确认: 确定工程中是否有微信和支付宝支付的功能,如果没有把不需要的微信和支付宝的相关库删除,删除时参考离线sdk包里的Feature-iOS.xls文件中Payment模块的配置。 注意:微信SDK有2个,一个是带支付的(libWeChatSDK_pay.a),一个是不带支付的(libWeChatSDK.a),删除时,删除带支付的。但是工程中有用到微信其他的功能需要添加libWeChatSDK.a库以免编译报错    如果工程中没有微信和支付宝的功能,但是有苹果支付的功能需要liblibPayment.a库和libIAPPay.a,只有libIAPPay.a库

.NET Core 3时代!如何使用DevExpress WPF创建应用

感情迁移 提交于 2019-12-05 14:02:06
DevExpress 广泛应用于ECM企业内容管理、 成本管控、进程监督、生产调度,在企业/政务信息化管理中占据一席重要之地。通过DevExpress WPF Controls,您能创建有着强大互动功能的XAML基础应用程序,这些应用程序专注于当代客户的需求和构建未来新一代支持触摸的解决方案。 无论是Office办公软件的衍伸产品,还是以数据为中心的商业智能产品,都能通过该控件来实现。 DevExpress WPF Controls v19.2下载 本文详细介绍如何将现有的WPF应用程序升级到.NET Core 3(并尽可能轻松地享受Microsoft的新技术)。 前期准备 先决条件 .NET Core 3 SDK Visual Studio 2019 version 16.3(安装.NET桌面开发工作负载) 局限性和可移植性 您的应用程序可能使用.NET Core 3中缺少的某些API,要确定您是否正在使用此类API,请使用 .NET Portability Analyzer 工具。 注意:您应该尝试重构应用程序代码并减少缺少的API调用次数,也许可以找到具有所需功能的替代API。 更新NuGet软件包 检查项目中使用的NuGet软件包是否与.NET Core 3兼容,以及是否有更新(兼容)的版本。 如果您的项目使用旧的软件包版本,请相应地更新项目。即使Visual

How to install older Android SDK in Eclipse

烂漫一生 提交于 2019-12-05 13:24:56
I'm working at the moment at a simple app in eclipse for android. Just receiving and sending data, and using the camera API. I've set the minSDKversion to 8, because I think that has the widest user base. But at the beginning of the project eclipse was asking me which target SDK version I would use, and because I had just one installed (the latest 4.0.3) I've took this. Now I'm asking me if it wouldn't be wiser to install a lower SDK, like Android 2.2, because it would be not that big (compared to the 4.0.3) and my app would not have included all the fancy new features, which are not used in

iOS SDK. Show In-Call status bar

半城伤御伤魂 提交于 2019-12-05 12:46:49
Any one know how to show In-Call Status Bar with message from application when it is going to be in background? I know many applications from AppStore which can perform it. For instance: http://myevoz.com/ . As I understood, they use SBStatusBar class to show it. I've tried to call setDoubleHeightStatusString method and got no result. Any ideas or links to examples? Thanks. VictorT So, now I can see red double-height status bar without any SpringBoard tricks and using the only legal APIs. You just need to add background mode support for sound and perform recording simulation. That's all. You

Windows Phone 8.1 & Admob SDK for WP8

妖精的绣舞 提交于 2019-12-05 12:32:43
i wanted to ask if it's just me not getting any adds (NoFill error) or the admob sdk should actually be update to wp8.1? <GoogleAds:AdView AdUnitID="ca-app-pub-XXXXXXXX/YYYYYYYY" Format="Banner" FailedToReceiveAd="OnFailedToReceiveAd" VerticalAlignment="Bottom" Margin="0,0,-23,86" /> What might be alternative ad platform solutions that do work on wp 8.1 ? Maybe you can use Microsoft Advertising SDK for Windows Phone (Updated 09/05/2014) http://visualstudiogallery.msdn.microsoft.com/fba0c64e-358e-4b86-8e69-d6b57771d92a Admob not work on Windows Phone 8.1 yet, only on Windows Phone 8 or Windows

Failed to parse the output of 'adb version'

你离开我真会死。 提交于 2019-12-05 11:30:12
I'm using Ubuntu 11.10 and Eclipse for android developing. I've already made a new project, but it contains error: Failed to parse the output of 'adb version' I will be thankful if anyone have an idea how can I fix that? madan ram Install Oracle JRE using PPA: sudo add-apt-repository ppa:ferramroberto/java sudo apt-get update sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-fonts Install ia32-libs from software center. Two options to solve this problem on windows: Option 1: Close the eclipse, if it is running. Run the command prompt. Go to the tools location of the android sdk.

Safely move Microsoft SDKs folder

好久不见. 提交于 2019-12-05 11:09:47
I have a folder on my hard drive, C:\Program Files\Microsoft SDKs, and I was wondering if it is safe to move it to an external drive. Does Visual Studio or any other tool depend on this particular folder? There are quite a number of entries in the registry (at least in my registry) that point to that location, so it seems something would work in a less than optimal fashion. At a minimum, it would make the uninstaller a bit confused. It is probably safe to simply rename the directory temporarily and try your builds to see if they still work. Ultimately, though, it seems it would be cleanest to

FB SDK 3.0 Do I need to extend access token or is it automatic?

两盒软妹~` 提交于 2019-12-05 11:04:15
Based on http://developers.facebook.com/roadmap/offline-access-removal/ Exception (Section) 3: If I use the "newer" SDK, it'll save the access token for me and will extend it automatically. My questions: [1] When it says "newer" SDK - does anyone knows whether this is referring to 3.0? [2] Is there a way to manually assign FBSession an access token? FBSession's accessToken property is read-only. My situation: in my app user logs in using their email address, and on my server the email address is linked to a facebook access token. Now if user logs in to my app in another device, my server will

How do I use the ios 4.2 base sdk using Xcode 4.2?

孤者浪人 提交于 2019-12-05 10:53:51
How do I use the ios 4.2 base sdk using Xcode 4.2? I own a iPhone 4s and an iTouch which has has ios 4.2 on it. After upgrading Xcode to 4.2 to work with my iPhone 4s, I can't use Xcode with my iTouch anymore. How do I setup Xcode to work my iTouch on 4.2 and my iPhone on ios5? Also I tried setting the base sdk by selecting other but there is nothing else in the list, all I get is a dialog window that I can manually type in. Do I need to add an option there? Thanks. Xcode 4.2 comes with device support for iOS 4.2+ already installed. You don't want to change the base SDK, you need to change the

How to give this picker view a datasource

南笙酒味 提交于 2019-12-05 10:38:29
Here I am adding a pickerview programaticly - (void)viewDidLoad { [super viewDidLoad]; CGRect pickerFrame = CGRectMake(0,280,321,200); UIPickerView *myPickerView = [[UIPickerView alloc] init]; //Not sure if this is the proper allocation/initialization procedure //Set up the picker view as you need it //Set up the display frame myPickerView.frame = pickerFrame; //I recommend using IB just to get the proper width/height dimensions //Add the picker to the view [self.view addSubview:myPickerView]; } But now I need to actually have it display content and somehow find out when it changes and what