Quantcast
Jump to content


Recommended Posts

Posted

TIZEN MOBILE APP
INCENTIVE PROGRAM

The Tizen Mobile App Incentive Program welcomes all developers around the world. 
If your app is selected as one of the monthly Top 100 apps, then you can win $10,000. 
Enjoy the amazing benefits with Tizen now!

TIMELINEincentive_img01.png
Participation Registration Period

Jan. 10 – Oct. 31, 2017 (GMT)

Program Duration

Feb. 1, 2017 at 00:00 – Oct. 31, 2017 at 23:59 (GMT)

APP
SUBMISSION
incentive_img02.png
Your app must be registered with Tizen Store Seller Office and pass certification.
The Target Devices are the Z1, Z2, Z3, and more.
VIEW MORE ABOUT TIZEN MOBILE
PARTICIPATIONincentive_img03.png
All Tizen mobile apps registered and serviced by Tizen Store Seller Office are eligible for participation.
A Tizen Store Seller Office Seller ID and Content ID of the registered app are required for the participation. 
You can participate in the program with multiple apps.
APPROVAL OF
PARTICIPATION
incentive_img04.png
Apps that are submitted for participation are approved by a program administrator review.
Apps approved for participation will automatically be participating from the month of approval until the conclusion of the program.
Restrictions: The following app types are excluded from participation.
  • - Apps preloaded (including Stub Preload) on all or some Tizen mobile devices.
  • - Any employees of Samsung Electronics including its all subsidiary, affiliates and organization related members.
  • - Apps which received support funding from Samsung Electronics or
    the Tizen Association.
    • * Any mobile apps developed with Samsung (including its all subsidiary, affiliates and organization) funding ($10,000 or more since 2014)
    • * Excluding applications already awarded by Samsung or Tizen Association
      sponsored App contest (apps that have won prizes of more than $10,000
      in cash or goods in another program since 2014)

INCENTIVE REWARDS

SELECTIONincentive_img05.png
The Top 100 apps are selected based on monthly downloads from the Tizen Store. 
(The Monthly Top 100 is selected from all apps downloaded from Tizen Store regardless of program participation status)
The Monthly Top 100 is calculated based on the number of downloads that occurred on all Tizen mobile phones and from all countries. (The number of downloads is calculated based on existing download data collection standards.)
The Monthly Top 100 ranking is announced on the 10th of the following month. 
(announcement date may change without notice)
Incentive winners are notified individually via email sent to their registered email accounts.
INCENTIVE
PROVISION
incentive_img06.png
The incentive is provided once for each app and if an app which received an incentive ranks in the Monthly Top 100 again, an additional incentive will not be provided.
The incentive is provided in a USD foreign exchange transfer with the responsibility for all related fees and taxes being borne by the incentive winner.
Incentive winners will receive a notification email to confirm the app owner's
identity and request additional information necessary for provision of the incentive.


  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Similar Topics

    • By Sau
      Hello,
       
      I have Samsung TV (qe55q80datxxh) with Tizen OS and unfortunately it doesn’t find necessary apps on its store. I.e. App called “TV Zone” (https://tvzone.app) - it supports Tizen OS, but on Samsung store it is not visible. Is there any way to install this app in Samsung via store or like a third party app using usb stick (is it even possible?)?
      Txanx!
    • By Samsung Newsroom
      We are pleased to announce the release of Tizen Studio version 6.0.
       
      This release includes new features to enhance developer experience on Visual Studio Extension for Tizen, Visual Studio Code Extension for Tizen and Tizen Studio IDE.
       
      Key features:
       
      VS Code
      Tizen activity bar, Device Monitoring and Welcome Page features have been added to enhance Tizen developer experience. TV Web development has been added along with the TV Web Simulator and Web Inspector features. SDK Installation Wizard is provided to easily setup Tizen SDK and Extensions. Unit Test, Code Coverage, ASAN, and LSAN Tools support has been added for Tizen Native Applications. Visual Studio (Windows)
      Added Unit Test and Code Coverage support for Tizen Native Applications. Added ASAN and LSAN tools support for Tizen Native Applications. Added context menu option named Install Tizen Application to install application directly on a target device.  
      Tizen Studio
      Added Tizen 9.0 profile and deprecated all Tizen profiles below 6.0. Tizen Issue Reporter added in SDK and Baseline tools. Tizen Studio and Tizen tools are now supported on Windows 11 OS.  
       
      For more information about the new features and bug fixes, check Release Notes.
       
      To download Tizen Studio, visit https://developer.tizen.org/development/tizen-studio/download.
      View the full article
    • By adem377
      Hello everyone, I hope you're doing well. I have Tizen TV 4 and 6 devices, and I would like to know how I can capture a screenshot within the Tizen system on these devices.
    • By jerry
      I have created two hosted web apps on Tizen. One serves as a launcher app, and the other functions as a receiver app, responsible for displaying the page initiated by the launcher. How can I achieve this? Any suggestions?
      (Note: Both are hosted Tizen apps.)
    • By Blackbird
      I plugged a USB microphone into TV to record external audio. In my .NET app I can detect it with AudioManager.GetConnectedDevices(). To record audio I set the privileges (microphone) and follow the instructions here:
      https://docs.tizen.org/application/dotnet/guides/multimedia/raw-audio/
      I tried both methods sync and asysnc:
      https://docs.tizen.org/application/dotnet/api/TizenFX/API11/api/Tizen.Multimedia.AudioCapture.html
      https://docs.tizen.org/application/dotnet/api/TizenFX/API11/api/Tizen.Multimedia.AsyncAudioCapture.html
      I instantiate AudioCapture or AsyncAudioCapture objects and when I invoke the Prepare() method the app crashes without any exception or error message.
      Simplified code snippet:
      AudioCapture audioCapture = new AudioCapture(44100, AudioChannel.Mono, AudioSampleType.S16Le); int bufferSize = audioCapture.GetBufferSize(); const int RecordingSec = 1; bufferSize *= 10 * RecordingSec; audioCapture.Prepare(); // THIS LINE CRASHES byte[] buffer = audioCapture.Read(bufferSize); The same result is on two different models (Tizen 6.0 and Tizen 6.5).
      How can I record audio from microphone on Tizen TV? What am I missing?





×
×
  • Create New...