Recently, i am working on r&d of some keypoint of some app idea. if all thing ok, i will continue to develop the app and submit to appstore. i have resolved: Use native webbrowser post customized data to some url.  social connect test. use common ui.…
安装了 Delphi Xe4 之后打开这个地址就是完整的官方的文档了. 虽然不是立刻能解决你的问题. 但也是必须要看一遍的. 最基础的都在这里了. ms-help://embarcadero.rs_xe4/rad/IOS_Tutorials'3A_Delphi_iOS_Application_Development.html iOS Topics Preparing Your Development Environment: Working with a Mac and a PC Install…
下面的计划: 评估用Delphi XE4来开发游戏的可行性. 以及成本. (代价过大的话 估计还是不会被接受 所以某个角度来说这是个玩具) . 有几个选择, Asphyre 4.0 之后作者lifepower 宣布不继续了,因为时间. 当孩子爸了. 虽然支持者都觉得可惜, 但反过来看,如果不能支持他生活的话, 他继续做义工的可能性到底有多大呢? 很正常.  看来有娃是程序员的一个人生转折点. Hge  Pascal 版本 移植. 或者Wrapper Cocos2d / Sparrow  ? 有几…
Yes, it is build with Delphi XE4. try it. now. What is  Lazy Social  Talker? Lazy Social Talker is an social utility app, it can save you time. Feature: One time edit, post two social platform. With it, you can write once time, and post to tweet and…
Delphi 新推出 Delphi XE4 ,这是一个支持 iOS 应用开发的新版本.Delphi XE4 带来 Embarcadero 全新的 ARM 编译器 下载地址…
一直没时间,这两天折腾了一下 升级了.  其实也可能修了老bug 引入新bug. 呵呵. 看看Emb 都修了什么吧.  我干脆是重新安装的. 虽然官方也有一个单独的update.exe.  从这些bug列表里我选了一些和Firemonkey有关的. 其实这些bug是某个条件下才会触发的. 所以即使我们不升级, 也不见得会遇到. 但是如果遇到了,也是正常. 多测试才是根本. 所以没时间的话,也不用太着急. 没准下周 update2 又出来了. 上一次自己折腾了 admob 花了大概3-4天自己晚上…
原文:<Start Developing iOS Apps Today> Review the Source Code 入口函数main.m #import <UIKit/UIKit.h> #import "XYZAppDelegate.h" int main(int argc, char * argv[]) { @autoreleasepool { return UIApplicationMain(argc, argv, nil, NSStringFromCl…
Todo: admob 整合.  Integrated Admob with Delphi xe4.  2013-06-28 !done!  2013-07-01 Notice: You should use latest googl admob sdk 6.4.2 to avoid uuid issue. Later, i will optimze the code ,maybe open source. or donate mode! To Review : Integrating RSS…
IOS Application Security Testing Cheat Sheet    [hide]  1 DRAFT CHEAT SHEET - WORK IN PROGRESS 2 Introduction 3 Information gathering 4 Application traffic analysis 5 Runtime analysis 6 Insecure data storage 7 Tools 8 Related Articles 9 Authors and P…
原文:https://www.infinum.co/the-capsized-eight/articles/running-javascript-in-an-ios-application-with-javascriptcore Although the JavaScriptCore framework has been officially available to iOS and Mac developers for quite some time now, its features are…