Archive for the ‘iOS’ Category

Come see us in person! Denver, Seattle, Salt Lake City, Washington DC and Boston!

Friday, June 7th, 2013

Upcoming cities:

David I will be in Denver and Seattle. I will be in Salt Lake City and Boston. Al Mannarino will be in Washington, DC.

See ya!

CodeRage Mobile June 18-19, 2013

Thursday, June 6th, 2013

Yes, you read that right! In 12 days! It’s gonna ROCK! :)

CodeRage Mobile June 18-19

Press Release

Schedule

REGISTER NOW!

Enjoy!

In-App Purchasing update of Analog Clock just submitted!

Monday, June 3rd, 2013

As soon as the newest update gets approved, you can get rid of the ads… ;)

Stay tuned to hear more about this topic… ;)

Enjoy!

Delphi XE4 FireMonkey app using iAd already approved!

Friday, May 31st, 2013

Less than 48 hours from submission to approval is spectacular!

I’m feeling like a kid in a candy story when I get new stuff into the AppStore! :)

Nothing like a little Candy Crush Saga while watching the time fly away as you develope super cool FireMonkey apps for iOS using Delphi XE4!

Anders’ Analog Clock with iAds

/Enjoy!

iAd beta wrapper by Simon Choi

Wednesday, May 29th, 2013

Simon Choi has a beta version of his iAd wrapper for Delphi XE4 for iOS.

Very cool. I decided to take it for a spin, and it works in development mode on my device.

As a final test, I submitted an update of my Analog Clock app. If you’re one of 1,900 people who have tried it, you should see the update (if approved) soon.

:)

Want to try RAD Studio XE4, Delphi XE4, or C++Builder XE4, but have no Mac! No problem! Check this free offer!

Friday, May 24th, 2013

JT just blogged that we have partnered with MacInCloud. This is fantastic news for anyone that wants to play with the trial, but don’t have a Mac to deploy to.

JT’s post - read for details.

Enjoy!

More APNS info (in pictures)

Friday, May 24th, 2013

A little bit of clarification on my APNS blog post(s) comment threads…

Deployment tab - notice IDE maintained file UNCHECKED - your file - CHECKED - remote name - Entitlements.plist:

Provisioning tab (specify the first two, hit Load ID):

Version Info tab:

Anders.entitlements file:

<?xml version="1.0" encoding="UTF-8"?>
<plist version="1.0">
<dict>
  <key>application-identifier</key>
  <string>XZ9AC2Q82Q.com.AndersOhlsson.FMX.01</string>
  <key>aps-environment</key>
  <string>development</string>
  <key>get-task-allow</key>
  <true/>
</dict>
</plist>

Enjoy!

Ven a verme en Ciudad de México y Guadalajara

Wednesday, May 15th, 2013

¡Hola!

Regístrate ya para RAD Studio XE4 en Ciudad de México (21 de Mayo) y/o
RAD Studio XE4 en Guadalajara (22 de Mayo) y ven a verme en persona.

¡Estoy impaciente por verlos!

:)

Getting TWebBrowser on iOS to zoom

Wednesday, May 15th, 2013

There’s currently an issue with TWebBrowser in that it doesn’t allow for zooming. Luckily it’s fairly easy to fix.

I suggest that you make a copy of FMX.WebBrowser.iOS.pas and put it in the same directory as your project. You then add it to your project. This way it will be picked up automagically.

Now for the hardest part… ;)

Make the following change in FMX.WebBrowser.iOS.pas (your copy).

constructor TiOSWebBrowserService.Create;
begin
  FWebView := TUIWebView.Create;
  FWebView.setScalesPageToFit(true); // Add this line of code
  FDelegate := TiOSWebViewDelegate.Create;
  FDelegate.SetWebBrowser(Self);
  FWebView.setDelegate(FDelegate.GetObjectID);
end;

Thanks Sarina for the tip!

Developer Direct replays

Friday, May 10th, 2013

Episode 1

The rest will follow… ;)

Enjoy!


Bad Behavior has blocked 512 access attempts in the last 7 days.

Close