Andreas O1387 Olsson

Andreas O1387 has not set their biography yet

Posted by on in Blogs
Bar code reading in Delphi XE4 for iOS Fernando Rizzato has written a blog about how you can read bar codes using Delphi XE4 for iOS. Enjoy!...

Posted by on in Blogs
Push Notifications and DataSnap I was recently in a situation where I had access to only port 80. This means that RDP (port 3389) doesn't work... Amazon EC2 APNS demo was out. Even local APNS was out, because it uses port 2195 from the sending server... So, I decided to retrofit my APNS server and make it a DataSnap server responding to port 80 in addition to being a client I can click a button on using RDN to Amazon EC2. I created a server method SendPushNotification. It takes the DeviceToken and the text message ...

Posted by on in Blogs
In-App Purchase: SKRequest.start bug? Since I'm using a third party component for In-App Purchasing, I'm not sure where this bug is, but it seems that SKRequest.start crashes when there is no connectivity to the Internet in general (or to the AppStore in particular). My solution is to check for reachability to the AppStore, because that's what we really care about. I'm using Indy for a multi-platform solution (as opposed to iOS APIs). I offer the following code up as a solution. Tear it apart... ;) uses ..., IdComponen...
Come see us in person! Denver, Seattle, Salt Lake City, Washington DC and Boston! Upcoming cities: Denver - June 10th Seattle - June 12th Salt Lake City - June 18th Washington DC - June 20th Boston - June 20th 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!...

Posted by on in Blogs
CodeRage Mobile June 18-19, 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! 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! 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!...

Posted by on in Blogs
iAd beta wrapper by Simon Choi 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! 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!...

Posted by on in Blogs
More APNS info (in pictures) 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&l...

Check out more tips and tricks in this development video: