-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Market certificates #20
Comments
It's been a while, but perhaps someone else will once stumble upon this so here's the answer: When developing for Tizen platform, you will need to install the Tizen SDK and among other things, create a certificate which will then be used by either Tizen Studio or zombiebox CLI to sign your application upon running Learn more about tizen platform-specific things here and about samsung/tizen certificate profiles here. As stated in the latter,
My advice here is to just use the Samsung profile. You'll need to create a Samsung developer account for it but Tizen profile just turned out to be a pain in the a** for me. The whole process is actually relatively simple. The hard part is finding out which version of Tizen SDK/Studio/Emulator works best for testing zombiebox applications locally. For me, the short answer after some hours of research is: Tizen Studio 2.4 and TV extensions 4.0. To install these, follow these steps:
After this (maybe a bit painful but one-and-done) process, you should be up and running, ready to build, pack and run the app on the local emulator using zombiebox CLI. Just don't forget to install and correctly configure zombiebox-platform-tizen - use Tizen Studio to create a blank TV project and get the needed config.xml P.S. maybe this issue should be moved to zombiebox-platform-tizen issues |
Hello, is it possible to upload a zombiebox application to the desired market, for example the Samsung marketplace for sale? I am new to the whole TV Development thing, but I read that a certificate is required to upload an application to Samsung's marketplace, for example. How we manage these certificates for each marketplace?
Maybe a step by step multi-platform "from compilation to different marketplaces" would be nice and helpful.
The text was updated successfully, but these errors were encountered: