Тёмный

5 Ways to Make Money As A Mobile App Developer 

James Montemagno
Подписаться 139 тыс.
Просмотров 9 тыс.
50% 1

Опубликовано:

 

14 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 38   
@rikudouensof
@rikudouensof 2 года назад
You won't belive the quantiry of indie developers that needed this video. Thanks James.
@amirh.jabari5401
@amirh.jabari5401 2 года назад
I and surely many people love this topic. Please make more content about this topic.
@Songfugel
@Songfugel 2 года назад
I thought this'd be a tutorial on how to do it xD Already knew all of this stuff, but is was still a good listen. Well presented and very solid information to those not yet familiar with these concepts and various different ways to design your app monetization
@rikudouensof
@rikudouensof 2 года назад
I agree
@andrewherrick879
@andrewherrick879 2 года назад
I’d love to see a soup to nuts walk through file new Xamarin including Setup and configuration in the app stores
@JamesMontemagno
@JamesMontemagno 2 года назад
Checkout the blog I linked to. Will do another one as a tutorial
@Songfugel
@Songfugel 2 года назад
@@JamesMontemagno Nice
@Daddy_KAJ
@Daddy_KAJ 10 месяцев назад
@@JamesMontemagnodid you ever post this tutorial I can’t find it. Looking to do this in Maui. 😊
@PierreH1968
@PierreH1968 2 года назад
For me the freemium (some features free) +(pay for advanced features if you like it) + (subscription for fresh content or data if you use it often) coupled with a bit of gamification is the best...
@tyronemagwade1474
@tyronemagwade1474 2 года назад
Hi James. Can you please do a video on your InAppBilling Billing plugin
@lexusprogrammer4515
@lexusprogrammer4515 Год назад
I’ve been asking for this for months now 😢
@scf0carbonete
@scf0carbonete 2 года назад
Great video ! My challenge now is made it's work :-) For a multi platform app ( Windows , Android , Apple) , user can download in one, paid in another and this all need to be centralized and connected. May be you can made a new vídeo talking about solutions to this. Thanks
@rikudouensof
@rikudouensof 2 года назад
Inapp purchases connected thriugh an API
@JamesMontemagno
@JamesMontemagno 2 года назад
Basically you will need an auth system to link your users in and have a table in your database to manage subscriptions
@b2iceme812
@b2iceme812 2 года назад
James is passionate what his doing...
@S3louk
@S3louk 2 года назад
james just trying to find an excuse to show off the cool cookie? he ate 😋
@nishitgupta8971
@nishitgupta8971 2 года назад
Nice video, but I want to know the implementation part of this for subscriptions. I did not find any tutorial on the internet. I tried following your blog and I have set com.android.vending.BILLING in manifest file for android and I tried publishing it on play console and ran into and error : "We've detected this app uses an unsupported version of Play billing. Please upgrade to Billing Library version 3 or newer to publish this app."
@JamesMontemagno
@JamesMontemagno 2 года назад
Version 4.0 uses billing v3 and the 5/6 use billing v4
@nishitgupta9280
@nishitgupta9280 2 года назад
@@JamesMontemagno is there any implementation tutorial video for this?
@gwisekor
@gwisekor 2 года назад
It is very difficult to apply InAppBilling in Xamarin.
@JamesMontemagno
@JamesMontemagno 2 года назад
Billing is very difficult in general and I have tried to streamline it and make it easier than doing it in each platform, but it is tricky that is for sure
@flyingpig7203
@flyingpig7203 2 года назад
Is the acronym SAAS no longer used? I thought one of those models would fit it.
@JamesMontemagno
@JamesMontemagno 2 года назад
Yeah I would say the subscription model is similar to SaaS
@chukwuemekamiracle7550
@chukwuemekamiracle7550 2 года назад
Hi thanks so much for the explanation. I'm a new developer in xamarin, I have no idea how to implement this to an empty xamarin app. I've gone through your blog post, still have no idea where to add the code. Can you please help on how to implement it from scratch. Thank you
@JamesMontemagno
@JamesMontemagno 2 года назад
It is on my list to do for sure, but you can look at the samples in my github repo or follow the documentation on it. Most of the code you write is just in the event handlers when you want to make a purchase.
@chukwuemekamiracle7550
@chukwuemekamiracle7550 2 года назад
@@JamesMontemagno OK thanks so much
@chukwuemekamiracle7550
@chukwuemekamiracle7550 2 года назад
@@JamesMontemagno Hi, I did implement the plugin and necessary code but after successful deployment to my mobile device, it's saying "Did not purchase: {sub_id} does not exist". Meaning it can't find the subscription I created in google play console. I would so much appreciate if you can help with that. Thank you
@dotnetdevni
@dotnetdevni 2 года назад
I thought this was going be a talk through your in app purchasing plugin :-(
@chanpreetsingh6355
@chanpreetsingh6355 Год назад
found this really helful
@nishitgupta8971
@nishitgupta8971 2 года назад
I have tried implementing it, it is working fine in iOS but in Android I am getting "System.NotImplementedException: This functionality is not implemented in the portable version of this assembly." error even after installing the package on Android and iOS specific projects and target version as Android 11. Appreciate if someone help me.
@JamesMontemagno
@JamesMontemagno 2 года назад
I recommend installing v4 or v5 and just double check you installed the packages in all projects. Please post issues on github
@billymartin6497
@billymartin6497 Год назад
Is anyone getting this? I have a lot of these warnings in App Center: InAppBillingImplementation.ParseBillingResult (Android.BillingClient.Api.BillingResult result) Plugin.InAppBilling.InAppBillingPurchaseException: Unable to process purchase.
@JamesMontemagno
@JamesMontemagno Год назад
Could be the user canceled it
@billymartin6497
@billymartin6497 Год назад
@@JamesMontemagno I had it happen to a dozen or more users, so I think it's something else. Would you please consider doing an updated video on your newer versions, especially that complete transaction outside of the app thing you mentioned.
@AhmetYigiter
@AhmetYigiter 2 года назад
Great, I'm an avid follower of you.
@FaheemRasheed
@FaheemRasheed 2 года назад
awesome, as always ! but not a ' how to ' though ;)
@JamesMontemagno
@JamesMontemagno 2 года назад
Checkout the blog I linked to :)
@JoseRodriguez-xu1jz
@JoseRodriguez-xu1jz Год назад
I like what Jetbrain Rider has
Далее
WHICH SODA CAN FLY THE HIGHEST?
00:48
Просмотров 8 млн
Critiquing Startup Mobile Apps with Glide CEO
24:03
Просмотров 122 тыс.
How Much Money my Mobile Game Made (After 1 month)
5:24
Make money with coding.. What you're NOT being told!
17:17
I Paid 5 Developers to create an ENTIRE App for me!
16:21
5 Genius Ways to Make Money From Home (Using AI)
12:18
Просмотров 335 тыс.
How to Monetize an App [In 2023]
6:58
Просмотров 42 тыс.
Earn $1,350/Day with ChatGPT & Google Drive for FREE
17:03
App Ideas to Make Money - The Proven Method 2022
10:25
WHICH SODA CAN FLY THE HIGHEST?
00:48
Просмотров 8 млн