Submit your first adobe air application to INTEL APPUP STORE

Source: Internet
Author: User

The last time I talked about FLASH in Mobile circles, it seems that it is not big.
To make everyone somewhat discouraged. However, everything is not so absolute.
On the hardware layer, the software layer is equally brilliant. If you don't allow FLASH, I will name it a hero with FLASH. For example, INTEL's APPUP
,
For example, RIM PLAYBOOK
. With GHz dual-core mobile phones
/When the tablet is about to become the hardware standard for the next round of products, FLASH
It seems that there is a new life.



Today, I will briefly introduce INTEL's APPUP. What is INTEL APPUP? In my opinion, it is
A hodgedge. INTEL does not have its own operating system, so he wants to be "compatible, absorbing hundreds of dollars ".
What technologies are supported:
JAVA
C/C ++
MEEGO
WEB/HTML5
ADOBE AIR
There are even tools and guidelines for convert android and ios apps to intel appup !!!

My God, according to this, isn't intel appup quickly becoming the world's largest app store? This is not the case. On the one hand, the netbooks pre-installed with intel appup and tablet computers are not fully sold; on the other hand, the store is only in the push phase, basically to attract developers, there are many singing scenes, and few watching scenes are the current situation of this platform.

Now, intel appup frees developers from registration fees. It can be said that developers are welcome to enter it, but there is a fee that is indispensable, that is, the software signature certificate, generally, individual developers use 199 knives/year-299 knives/year. I am in trustcenter.de
I bought an adobe signature certificate, with 199 yuan a year (an advertisement for them). I spent 199 yuan on a small 6 kb file, which is really amazing.
So, for example, what about android's 25 knives and Apple's 99 knives, Brother said there was no pressure ~


(The truth about a 199-knife Certificate)


Now that you have the certificate, you can start to develop the intel appup application ~

Using FLEX to develop adobe air applications based on intel appup is actually nothing special. You need to use an intel
Licensing. swc to embed the program, so that intel can perform wrapper in a unified manner when submitting the program to appup:

Import com. adobe. licensing. LicenseManager;

Import mx. core. UIComponent;
/* Replace the value below with your own unique GUID */
Private static const MY_APPLICATION_KEY: String = ""; // leave it blank

Private static var UPDATE_MODE: Boolean = true;
Private static var DEBUG_MODE: Boolean = true; // set this parameter to true for local debugging and false for submission.

Private function creationCompleteHandler (): void
{
Var licenseManager: LicenseManager = new LicenseManager ();

LicenseManager. checkLicense (this, MY_APPLICATION_KEY,
UPDATE_MODE, DEBUG_MODE );

//...

}

Debugging = true


After measuring your local application, you can sign the application with the certificate that we have paid,
Even if we do not use the intel appup market, we can sell them through other software channels.

Issuer's identity: verified, international, oh, it's good to spend money ~

When we set DEBUG_MODE to false and publish it to The. air installation file, the following prompt will appear during running:

This is actually normal, because we just used licensing. swc. We need to package it through intel appup,
Can be changed to an application that can only be installed through appup.

The next step is to prepare the logo, product introduction, and submit it to intel for testing. I got the message that the test passed in 3-4 days,
This may be the fastest market for feedback, the test team of intel rocks ~

The application I used to test water on intel appup is called
Stone match
It was a flash game I played last year.
Download is provided free of charge. The download volume is between 10 and 20 every day. Now it is billed. It takes about 10 downloads in a month and a half,
But I am very satisfied, because the test water was originally used to take a process. The software revenue is 7/3 lower than that of intel,
At the end of the month, intel will pay you through paypal. Interestingly, in one of my few sales, there are three currencies: USD, euro, and pound. It seems that appup has a good influence ~

 

The only pity is that, due to some actual situations, only free applications can be seen after intel appup is installed, and paid applications cannot be seen ~

SO, if you want to explore the market in the adobe air/flash application, you may wish to try it in the appup market. Maybe you have some unexpected gains :)

Author: emilmatthew
Weibo: http://t.sina.com.cn/emilmatthew

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.