I can to install one not delphi program foir iOS into one iOS for delphi?For example i have one programm builded as xcode for iOS, and i build one program as delphi for iOS. I want to have only one instalation, i can to add this xcode program into my delphi installer of my ios program?
I can to do the same as android? how i can to to this?
> {quote:title=oscar mejia wrote:}{quote}
> For example i have one programm builded as xcode for iOS, and i build one program as delphi for iOS. I want to have only one instalation, i can to add this xcode program into my delphi installer of my ios program?
>
> I can to do the same as android? how i can to to...
How to create iOS Service application using delphi XE8Hi,
I'm using Delphi XE8 for developing mobile application. In that I have tried to create Service application for Android and iOs. And from the internet I found some of the sample code for developing Service application in Android. [Sample code for Android Service application|http://blog.blong.com/2013/11/delphi-and-android-services.html] . And Please provide me any sample code for developing Service Application for iPhone(iOs) or is the same code can be used for iPhone also. Please help me in this. Thanks
A lot.
https://developer.apple.com/library/ios/documentation/iPhone/Concept...
Does Delphi for iOS come with native iOS UI controls?According to this link http://www.embarcadero.com/products/delphi/ios-development,
Delphi for iOS comes with "Pixel-perfect native UI controls".
Are those controls the iOS native ones (UILabel, UIText, UISwitch, MKMapView, etc.),
i.e. the same ones that one sees in XCode InterfaceBuilder?
Le 31/01/13 19:02, Jacques Gonzalez a écrit :
> According to this link http://www.embarcadero.com/products/delphi/ios-development,
> Delphi for iOS comes with "Pixel-perfect native UI controls".
>
> Are those controls the iOS native ones (UILabel, UIText, UIS...
Delphi XE8 IdSSLOpenSSL crashes on iOSHi!
I got an e-mail from one of my users of my component:
Hi,
I’ve managed to locate where the code is failing and put together a simple test case which demonstrates the problem.
The problem occurs in TCPClientThread.pas in procedure TTCPClientThread.IdTCPClientConnected in the line
SendPassWord := HashSHA512String(Trim(ServerResponse) + PassWord));
The call to HashSHA512String fails consistently on IOS with the error “Access violation at address 0000000000000000, accessing address 0000000000000000.
This occurs on iDevices running IOS 8.3 both in 64 bit and 32 bit...
Using MessageUI in Delphi XE5-iOSDoes anyone here have a clue how I should be able to send emails using the MessageUI on iOS? Afaik it's not natively supported by DelphiXE5.
I need to send out an email with a file attached (no bitmap so the Media Library's share sheet won't do). If there are better ways to achieve this then suggestions are welcome also.
t.i.a.
Hert
Hert Vanzet wrote:
> Does anyone here have a clue how I should be able to send emails using the MessageUI on iOS? Afaik it's not natively
> supported by DelphiXE5.
You can use either Indy (TIdSMTP) component, or use DPF:
ht...
Using C libraries with Delphi and iOSIs it possible to combine C code with a Delphi app for iOS? I have some legacy C libraries I'd like to use use with an iPad application.
iOS support is provided by FPC and FPC does allow the linking in of C object
files generated using gcc.
However, this being iOS there could be limitations as to exactly what can be
included. Just try it and see if it works.
Regards
Mike
<Herbert Sauro> wrote in message news:460246@forums.embarcadero.com...
> Is it possible to combine C code with a Delphi app for iOS? I have some
> legacy C libraries I'd like to use use with...
Can I do this with iOS apps developed in Delphi XE4 Pro + iOS?I still don't have XE4/iOS as I have some questions first.
Do I have access to iOS "native" library/system?
What do I use for internet (downloading files etc.) - Indy?
*If my research is correct, Google maps is available for iOS? Can I use Google maps or Apple's maps solutions in Delphi iOS apps?*
If I have XE4 Pro, can I still use database functionality? Any restrictions? (Am I allowed to use what iOS offers or connect with a database on a webserver?)
Anyone here developed demo apps I can see available in Apple iTunes store? (Even simple apps is okay as I onl...
Delphi XE4 - FiremonkeyI have an application that runs fine on windows, however when running on iOS simulator the onKeyUp event for a TEdit control is not being fired?
Please advise if this event should get fired when running on iOS?
This problem occurs onKeyUp events created directly on the control and by assigning the event programatically.
Running XE4 update 1
iPhoneOS6.1.sdk
Minimac: OS X 10.9
XCode 5
iOS Simulator Version 7.0 - iPad Retina / iOS 7.0.3(11B508)
...
I will never use Delphi for iOS developmentI posted an article on my blog explaining why I would never use Delphi for anything other than Windows development:
http://mihaelamj.com/delphi/i-will-never-use-delphi-for-ios-development/
I just wanted to point out the "(BTFTJ) best tool for the job" paradigm, and when it comes to Delphi, the job is done on Windows.
I love Delphi, I'm still using it and will continue to use in the future. But I just want other developers no to be seduced by "do it all in Delphi" frame of mind, because that is just plain wrong (BTFTJ agin).
Cheers
There is a bug in your b...
Using ZBar with Delphi XE4 app for iOSI found a free SDK to scan the QR-codes (http://zbar.sourceforge.net/) and I want to use in the my app for iOS, but I can't find an example of its use in delphi xe4 applications for ios. Is there a possibility of using the SDK for ios in delphi xe4 or use static libraries (*.a) for ios is not allowed?
> {quote:title=Sergey Kukharev wrote:}{quote}
> I found a free SDK to scan the QR-codes (http://zbar.sourceforge.net/) and I want to use in the my app for iOS, but I can't find an example of its use in delphi xe4 applications for ios. Is there a possibility of using the SDK for i...
ios delphi Xe2: Using Iphone cameraHello...
I'am looking for a delphi Xe2 example: Using the camera on iOS with Delphi (Firemonkey)
Lot of people do the same as I.
We all found:
1) a picture of the demo
2) a video of the demo
But we do not found the real demo for download.
Pls give us the code of this demo (we waiting since October for this code)
bye... Joerg
www.JRichmann.de
Am 31.12.2011 14:41, schrieb Joerg Richmann:
> Hello...
>
> I'am looking for a delphi Xe2 example: Using the camera on iOS with Delphi (Firemonkey)
> Lot of people do the same as I.
>
> We all found:...
File read write on iOS using DelphiDoes anyone have sample code that shows how to read and write files on iOS device in Delphi? Or any other information on that topic? How is file i/o in iOS different on the Simulator and the actual iOS device itself? Thanks!
Almost same in windows , but r/w speed is much slower :)
{code}
//
// iOS Native Graphic Wrapper for Delphi
//
unit iOS_Files;
interface
{$mode delphi}
{$modeswitch objectivec1}
uses
SysUtils, Types, Classes, Variants, Math,
UITypes,
CFBase,CFURL,
CGContext,CGGeometry,CGColorSpace,
iPhoneAll,
NSHelpers, // By P...
IOS Setup in Delphi helpCould someone check this document for me, since I cannot get my Delphi to talk properly anymore with my Mac and compile for my Test, adhoc and App Store.
Had to reinstall my laptop, and forgot those settings, and I am at a loss.
I added some screens in it, so you know what I all did.
Could someone take a look at it, and tell me what's wrong / missing etc?
Thank you
...