i5hare project launched.

i5hare Main Screen capturei5hare Capture

i5hare Main Screen capture

i5hare lets you share links instantly between any device.

  • No download or installation required
  • Share links between 2 computers
  • Share links from your phone to your desktop
  • Share links from your desktop to your phone
  • Share links phone-to-phone
  • Messages are Securely Encrypted
  • No more manually copying links!!!

StageWebViewBridge Update

I have updated the StageWebViewBridge class to fix some errors as the 5.0. doNotBackup directive problem…

See more a the projects page at http://code.google.com/p/stagewebviewbridge/

How to enable iTunes FileSharing on AIR for iOS Devices

I was searching the net to find a way to enable FileSharing with itunes on my AIR for IOS app.

After some research, this is the simple way it can be done:

  • Edit your application descriptor xml file
  • In the InfoAdditions section add the next two lines of code
  • Recompile you project and update the app via iTunes
  • After sync with iTunes, your app now can share files within the app Documents directory
1
2
<key>UIFileSharingEnabled</key>
<true/>

Enjoy!!