All posts by Aymeric

About Aymeric

Freelance Interactive & Game Developer.

The story continues

Happy new year!!

We’re already in 2016, it’s incredible how fast time is flying. 2015 was a really good year for Da Viking Code: we worked on a big & challenging game (A Blind Legend made with Unity), several WebGL games (using Pixi & Phaser) and of course some AIR apps & making ANEs, + tons of R&D (Scaleform, Xamarin, Virtual Reality with Cardboards…).

Tamsen is working with me for almost 2 years, and thanks to his awesome works he pushed Da Viking Code to the next steps. So it was about time to update our wesbsite, right? I’m glad to introduce the new website of Da Viking Code (mobile compatibility coming soon)!

This blog was created in 2010 (6 years ago!!), I blogged all my experiences & professional works and so Tamsen started to write his first blog posts here. It was also time to create a professional blog too, right? So the journey will continue on Da Viking Code’s blog. The first article (written by Thomas!) is also our first 3D commercial project, made with love for Heineken.

So this blog will be in standby mode for a while, be sure to update your bookmark!

Psst, did I mention that a new crazy coder joined us? His name is Valentin, he is a multimedia engineer specialized with Unity, 3D and Virtual Reality! He has also some good skills for making nice web stuff!

Thus Da Viking Code evolves as a cross-platform development studio! And this is only the begin!

A call to the Haxe community

This a blog post version of my post on the Haxe forum which didn’t catch enough attention I think. Native Extensions are crucial for game development.

Update: Kha & OpenFL, for example, have their own IAP extensions because of the different engine architecture. The blog post mentionned share some thoughts on Native Extensions, in fact… but nothing concrete is going on at the moment, no repository shared. Finally the native code should be the same, but the wrapper around the extension can change depending the engine. A native extension should have different building scripts depending the engine targeted, but the same native & Haxe codes. I hope we’ll see examples in the near future.

We made recently several HTML5 games (Canvas/WebGL) that were also delivered as an app thanks to CocoonJS which deliver better performances than Phonegap/Cordova. But the journey wasn’t easy: no obb support on Android, push notification certificate needed for iOS, a custom analytics library didn’t work on Android but worked fine on iOS. It’s simple if you deliver your game with CocoonJS you don’t have any control on the packing solution and so the whole process could be a nightmare. Recently CocoonJS has updated its portal and finally announced pricing, no way! It’s time to reconsider some plan…
Unity WebGL is getting better, but still not ready to deliver properly WebGL browser mobile game. So it’s definitely time to focus (again) on Haxe!
Continue reading A call to the Haxe community

Xamarin Forms, the love of cross platform native UI

Some months ago, I started a small project for a friend: a basic app for managing stock. A personnal project is always a good occasion for testing a new tech, and Xamarin was in my radar since a long time. With Xamarin Forms I was able to make an app with a native look & feel without having to bother with interface. Let see how it goes!
Continue reading Xamarin Forms, the love of cross platform native UI

Sign IPAs in Xcode without being a team member

Today, a quick post for a good tips!

Working with Adobe AIR, I enjoy the simple way to sign an IPA: someone provide you the p12 certificate, its password and the mobile provisioning files and you’re ready to go! If you put them on a Dropbox you have a nice combo for a whole team.

But, if you must compile your IPA in Xcode like (all?) the other technologies, it isn’t as easy as just linking via a file browser. If you’re in a team, you just have to sign in with your login in Xcode preferences or you could import the developer profile from an other dev (yeah the easy and dirty way). But how signing an IPA if we just have the raw files?

Import the p12 in your keychain and the mobile provisioning. Then launch Xcode.
Go to your project, and check signing identity. Specify the p12 in the code signing identity and the mobile provision in provisioning profile. Be sure to also do it for the target wanted.
Then make the archive via Xcode menu. If it asked you some authorizations for codesign you’re on the good way! Export, save for iOS App Store Deployement.
It will ask you the team, and obviously you’re not in the team so you can’t select it.
Specify local signing assets at the bottom list, and if everything is setup correctly, you will have your IPA.

Hurrah!

Install an IPA on iOS directly from a URL

Back from vacations in Québec (lovely country & people), it’s time for a quick blog post for sharing a good trick!

On iOS when you want to share a build with others, you mostly use a third party service (like TestFlight), or you provide the IPA and they have to install it via iTunes or even better iFunbox. Unlike Android (with an APK file), on iOS we’re not able to install an app directly from its binary (IPA). Unless you point your URL to a plist file!
Continue reading Install an IPA on iOS directly from a URL

Branch Metrics ANE

Promoting your application, and making it easy to be accessible to everyone is one of the key of its success. Custom url schemes, are one of the best way to do it! On a previous blog post, I explained how you could use them with AIR.

I also presented a service, rdrct.it, which allows thanks to a unique link to direct you on the mobile store corresponding to your mobile operating system and even launch the app if it’s already installed!

Branch Metrics goes way further (and for free). You have all the options of rdrct.it and you can give parameters to links. In other words, for instance, you can invite your friend to a game you’re playing (via a link generated inside the app) and for example giving him some of your items so he won’t start from scratch! This open the door to many opportunities.

Give a try to the Branch Metrics ANE, it has been crafted with love by your humble servant!

Back for one week at Gobelins’ school!

Next week, I go to Annecy (one of the most beautiful city) at Gobelins‘ school. It’s with a great pride that I’ll come back to my latest school during one week for teaching an introduction to Unity!

During those days, I will present C#, Unity2D, Unity3D and the new Unity UI system. You can find the course online (french only).

I can’t wait to see the talented developers in this promotion! That will be really fun.

Google+ ANE, our first commercial product

We’re glad to introduce our first commercial product: an ANE for Google+!

We’re big fan of Milkman Games’ ANEs, especially the GoViral one. It enables to share a post on Facebook, Twitter, mail… everywhere? Not really. It’s missing Google+! Thanks to our ANE, you will be able to target the Google+ platform for iOS and Android.

Continue reading Google+ ANE, our first commercial product

Geophysic, making AIR shine thanks to Feathers

Update: The project has been FWA mobile of the day! Note that this blog post was written 3 months before its publication.

This new project was kind of special for me, I made an iPad application, Geophysic® with one of the best French agency Soleil Noir for the famous luxary watches Jaeger-LeCoultre. No less!
When I was a student, Soleil Noir was the best French agency and we all dreamed to work there! So you could imagine how fun it was to work with them! As a luxury brand, Jaeger-LeCoultre, has a very high expectation of the final product. Combined with Soleil Noir’s graphic designers, it results in a top quality iPad application.

Continue reading Geophysic, making AIR shine thanks to Feathers