Szmozsánszky István
JS dev | Firefox OS Hungary | Mozilla reps mentor | Tessel TM | freeskate fanatic | a bit Rusty | mobile/IoT/NFC | Frontend Trainer @ DPC — Possible CEE alumn
Szmozsánszky István (Flaki) - @slsoftworks
Android vs Firefox OS Konferencia - Óbudai Egyetem, 2014.09.27.
Well, not app development. :)
(95% of the time)
App development is a lot like playing the lottery – as long as there is a chance to win big, people will play.
The vast majority of app developers struggle to make a living.
7 out of 10 don’t earn enough to sustain full-time development.
Vision Mobile - Winning the App Lottery
I hate to break it to y’all but most #mobile users download zero apps per month. http://t.co/meZCvKB22q pic.twitter.com/qt99ZRJEx9
— Joshua Kaufman (@jmk) 2014. augusztus 26.
(function() {
installPrompt = mozmarket.receipts.Prompter({
storeURL: "https://marketplace-dev.allizom.org/en-US/app/private-yacht/",
supportHTML: '<a href="mailto:kumar.mcmillan@gmail.com">email kumar.mcmillan@gmail.com</a>',
verify: true,
verifierOptions: {onlog: mozmarket.receipts.Verifier.consoleLogger}
});
})();
// First, let's test with some fake products.
fxpay.configure({fakeProducts: true});
fxpay.getProducts(function(error, products) {
if (error) {
console.error(error);
} else {
products.forEach(function(product) {
addBuyButtonForProduct(product);
});
}
});
// Restore product on app initialization
fxpay.init({
onerror: function(error) {
console.error('init error:', error);
},
onrestore: function(error, product) {
if (error) {
console.error('onrestore error:', error);
} else {
console.log(product.name + ' restored');
}
}
});
By Szmozsánszky István
Monetization & Payments in Firefox OS and Open Web Applications
JS dev | Firefox OS Hungary | Mozilla reps mentor | Tessel TM | freeskate fanatic | a bit Rusty | mobile/IoT/NFC | Frontend Trainer @ DPC — Possible CEE alumn