How to config ios enterprise certificate with XE8? #2I get ios enterprise certificate from apple, but there are only 3 options for ios device in xe8: developer/application store/ad hoc, i can't find "in house" option. how to config ios enterprise certificate in xe8?
...
Delphi XE8 FireMonkey iOS Style problem with segmented buttonsHi,
Going through some tutorials to get used to mobile development using FireMonkey and Delphi XE8. One of the most basic layouts tend to use the toolbar component with segmented speed buttons, and then applying the correct segmented style to each button.
However, there seems to be an issue with the iOS style.
...
Delphi XE8 FireMonkey iOS Style problem with segmented buttons [Edit]Hi,
Going through some tutorials to get used to mobile development using FireMonkey and Delphi XE8. One of the most basic layouts tend to use the toolbar component with segmented speed buttons, and then applying the correct segmented style to each button.
However, there seems to be an issue with the iOS style. [Screenshot.|https://drive.google.com/file/d/0B68Ju-patBf-RVVEMmI5UDd2cG8/view?usp=sharing]
Using the "segmentedbuttonleft", "segmentedbuttonmiddle", and "segmentedbuttonright" styles is producing an extra border on the right button in iOS. It seems...
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)
...
Upgrad to Delphi 2010 Enterprise from Delphi 6 EnterpriseHi,
Is it possible to use the upgrade offer when upgrading to "Delphi 2010 Enterprise" from "Delphi 6 Enterprise" ? I can find a lot of different examples on upgrades.... but not this one ;-(
Why is the price in the Nordic region higher than if I was buying in US? (40% off....)
I've tried to registre my "Delphi 6" in order to reveive the Promo offer key, but I can't registre. Why is this ?
Best regards
Nils
Unfortunately Embarcadero has changed the upgrading rules since February 1st.
You can see it at http://www.embarcadero.com/upgrade...
Delphi, Firemonkey, IOS, and TCP howto?I was really excited about the new ability to compile IOS apps written in Delphi, but I'm starting to find some major limitations, unless I'm really overlooking something. I want to write an iphone/pad app that needs to retrieve data from a socket connection, or from a webpage (http, webservice, anything). It seems that all of the Firemonkey internet and indy components are not supported within xcode.
Am I overlooking something here, or is this a feature that will not be implemented, or is it planned to be implemented?
If this kind of communication is not supported, this is a hu...
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...
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...
Delphi XE5: ios ErrorI try to run e mobile app on a ios device (debug mode).. Unfortunately it doesn't work. The app works on the android device and on the ios simulater properly. When i use xcode itself to develop an app it works also everything fine, so I guess everything is ok with my certificate and my profisioning file.. I have several certificates installed on my mac. When I use my "iPhone Developer: Christian Schmid (<number>) certificate, I get a [PAClient Error] Code 1.. When I'am using my "3rd Party Mac Developer Ap
plication: Christian Schmid" certificate, the built is succ...
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...
Delphi XE8, using iOS framework gives AVThe app uses the iOS framework CoreMIDI and works fine targeting iOSDevice (8.2), but on iOSSimulator (iOS8.2) I get an AV on the first function call (MIDIGetNumberOfSources) from this framework.
There are no errors shown by Delphi, nor by the paServer in Verbose mode, and a *new empty app that only calls MIDIGetNumberOfSources, does not fail either*!
How can calling a framework suddenly not work, in this main app?
I think the bindings for the framework are correct. I have added the framework to the iPhoneSimulator 8.2 SDK in the Delphi SDK manager, updated local File Cache and verifi...
Implementing a sip client on delphi xe4 firemonkey for iOS:-)
I need to develop a voice and video SIPclient for iOS using XE4 Firemonkey. What the best way to do this?
It´s SIP supported by Firemonkey? Are there any APIs?
Regards
Gustavo wrote:
> I need to develop a voice and video SIPclient for iOS using
> XE4 Firemonkey. What the best way to do this?
Good luck. SIP is not a trivial protocol to implement manually. You are
best off finding a pre-made SIP library to do the work for you.
> It´s SIP supported by Firemonkey?
I seriously doubt it.
> Are there any APIs?
SIP is an application-layer proto...
Delphi XE8, using iOS framework gives AVThe app uses the iOS framework CoreMIDI and works fine targeting iOSDevice (8.2), but on iOSSimulator (iOS8.2) I get an AV on the first function call (MIDIGetNumberOfSources) from this framework.
There are no errors shown by Delphi, nor by the paServer in Verbose mode, and a *new empty app that only calls MIDIGetNumberOfSources, does not fail either*!
How can calling a framework suddenly not work, in this main app?
I think the bindings for the framework are correct. I have added the framework to the iPhoneSimulator 8.2 SDK in the Delphi SDK manager, updated local File Cache and verifi...
How do you rate you experience programming for IOS in Delphi/Firemonkey [Edit]Hello:
I've been taking a IOS programming course in objective-c/swift with xcode, and while doing my homework assignments I came to the conclusion that this is a very finicky environment, where very often things don't work as expected or there is always some minor UI glitch that has to be fixed or found workarounds for.
Just to give you some examples (by far not an exaustive list): a UITableView doesn't align to the top when you use a navigation controller; upon selecting a row in a UITableView some buttons in the row disappear while the row is selected; specifying layout con...