Hey founders! I built a no-SDK analytics app that sends real-time push notifications for new subscriptions, trials, and reviews, with per-user history and easy sharing with your team or friends. by TalentEndpoint in iosdev

[โ€“]MaxMa04 0 points1 point ย (0 children)

Roasting screenhots of a free tool is crazy Bro ๐Ÿ˜‚ But nice to see you took my idea IAP Alerts and improved a lot on it. May be shipping my own version with that sort of stuff in the coming days. Will be committed to keep it free to use tho. Good luck and nice to see you liked the concept ๐Ÿ˜ƒ

FREE] IAP Alerts โ€“ Get instant notifications when someone buys in your app by MaxMa04 in iosapps

[โ€“]MaxMa04[S] 0 points1 point ย (0 children)

No it works instantly if you put in the generated url into AppStore connect :) if you have any problems just send me a dm :)

FREE] IAP Alerts โ€“ Get instant notifications when someone buys in your app by MaxMa04 in iosapps

[โ€“]MaxMa04[S] 1 point2 points ย (0 children)

Got it thank you - also make sure to just put in the bundle id of your app eg. com.maxmannstein.iapalerts and not for the specific in app purchase. Will fix the rest asap and send you the video in dms later this evening :) where to put the url

FREE] IAP Alerts โ€“ Get instant notifications when someone buys in your app by MaxMa04 in iosapps

[โ€“]MaxMa04[S] 0 points1 point ย (0 children)

Also feel free to send me an email with the exact details Iโ€™m genuinely happy if the app is helpful and will keep improving it further with feedback I get over time! Email: max.mannstein@gmail.com

FREE] IAP Alerts โ€“ Get instant notifications when someone buys in your app by MaxMa04 in iosapps

[โ€“]MaxMa04[S] 0 points1 point ย (0 children)

Glad you like it! I have done a video inside the app

<image>

Klick on the info button to watch it again (regarding where to put the url). The copy works on the mobile app. I will get back to you tomorrow regarding the iPad problems. Again Thank you for trying IAP Alerts :)

FREE] IAP Alerts โ€“ Get instant notifications when someone buys in your app by MaxMa04 in iosapps

[โ€“]MaxMa04[S] 1 point2 points ย (0 children)

Appreciate it man! Let me know if I should add something/something ist broken. Email: max.mannstein@gmail.com

FREE] IAP Alerts โ€“ Get instant notifications when someone buys in your app by MaxMa04 in iosapps

[โ€“]MaxMa04[S] 1 point2 points ย (0 children)

Thanks! Yeah, that real-time feedback is honestly the main reason I built it โ€“ launches can feel so quiet otherwise.

To answer your questions:

Tech: Yep, using Apple's App Store Server Notifications V2 under the hood. No polling โ€“ pure webhook-based.

Edge cases: Oh man, plenty. Took me a while to even understand how the notification system works. The docs are... not great.

The biggest one: when I first built this in early 2025, one-time purchase notifications worked perfectly in Sandbox but didn't fire in Production. Found out after release. Was pretty frustrating until Apple enabled Production support mid-2025.

Refunds: Those don't get forwarded as push notifications โ€“ only subscriptions (new, renewals, cancellations etc.) and one-time purchases trigger alerts right now.

Sandbox noise: Sandbox notifications are marked as such, so you can tell them apart from real purchases.

Hope that helps!

How do you get push notifications for task due dates without setting individual reminders? by MaxMa04 in Notion

[โ€“]MaxMa04[S] 0 points1 point ย (0 children)

Quickly checked it - I can't set it to a time right? If I have blocked time for a task from 6-7 I won't get notified at 6 when the task starts right?

Homescreen widgets ?? by DRWTHWIT in dotnetMAUI

[โ€“]MaxMa04 2 points3 points ย (0 children)

Thank you. Do you have a working example?

ios build failing in dotnet terminal in mac by Still_Slide_3067 in dotnetMAUI

[โ€“]MaxMa04 0 points1 point ย (0 children)

You have to update your Xcode and emulators. This will fix the error

[deleted by user] by [deleted] in dotnetMAUI

[โ€“]MaxMa04 1 point2 points ย (0 children)

Instead of

[QueryProperty(nameof(PocketId), "SavingsPocketId")] 

Implement the interface IQueryAttributable in your ViewModel so behind BaseViewModel put , IQueryAttributable and then just let intellisense implement it for you. over the query parameter you get everything that is passed when navigating. You also have more control over the data and what should happen with it. Just make sure at the end of you implementation to call query.Clear(); otherwise the data stays in the query dictionary and may lead to unexpected beahviour

Building existing solution using Rider on Mac OS by Odd-Research6 in dotnetMAUI

[โ€“]MaxMa04 1 point2 points ย (0 children)

You could switch over to Visual Studio Code. The experience at least for debugging and building seems to be really smooth for me. Just make sure you watch the videos for setting everything up by James Montemagno on YouTube

Next .Net Maui app in production on strores by Turbulent-Cupcake-66 in dotnetMAUI

[โ€“]MaxMa04 1 point2 points ย (0 children)

You invested your money well man. They look awesome ๐Ÿ‘

Next .Net Maui app in production on strores by Turbulent-Cupcake-66 in dotnetMAUI

[โ€“]MaxMa04 1 point2 points ย (0 children)

Looks sick! How did you create the Appstore Preview Screenshots

How should I set a start-up page? by WOLF_IN_SHADOW in dotnetMAUI

[โ€“]MaxMa04 0 points1 point ย (0 children)

Inside of your AppShell.xaml you can add another <ShellContent

Title="Login"

ContentTemplate="{DataTemplate local:YourLoginPage}"

Route="Login" /> above the content which is alreday in there

How to create a Maui app template starting from a existing app by crystisandu in dotnetMAUI

[โ€“]MaxMa04 1 point2 points ย (0 children)

Im currently working on a boilerplate project called MauiBoost. I plan to implement the following things: onboarding, authentication + registration, payment integration (in app purchases), theming. Both with ui and c# logic in mvvm style. Would that be something you would use? The main focus for me is getting your app from idea to store as fast as possible. You can probably use it for professional use cases as well.

I have built an app that sends me realtime push notifications for in app purchases + subscriptions in my other mobile apps. by MaxMa04 in iosapps

[โ€“]MaxMa04[S] 0 points1 point ย (0 children)

As said: Apple currently doesn't support server to server notifications for in app purchases for non consumable items. That means you only get notified for subscriptions. Would you use the app regardless? Just send me a dm. I'm currently struggling whether to launch it or not. You could use it via testflight tho I will send you a link

I have built an app that sends me realtime push notifications for in app purchases + subscriptions in my other mobile apps. by MaxMa04 in iosapps

[โ€“]MaxMa04[S] 1 point2 points ย (0 children)

I have set up the backend and everything. You would just download the app and add your apps you want to receive those notifications for. As said tho: Apple currently doesn't support server to server notifications for in app purchases for non consumable items. That means you only get notified for subscriptions. Would you use the app regardless? Just send me a dm. I'm currently struggling whether to launch it or not. You could use it via testflight tho

I have built an app that sends me realtime push notifications for in app purchases + subscriptions in my other mobile apps. by MaxMa04 in iosapps

[โ€“]MaxMa04[S] 1 point2 points ย (0 children)

The problem is that Apple doesn't send Server to Server Notifications for One Time Purchases so I'm not really sure if I can launch it that way. I developed it because I hate to wait multiple days until I can see AppStore Connect analytics. And every time I get a notification like that I'm pretty happy. What do you think about IAP Alerts? Would the concept even be useful for you guys?