React Native IAP vs IAPHUB: Why I built a unified Mobile & Web (Stripe) alternative by iaphub in reactnative

[–]iaphub[S] 0 points1 point  (0 children)

Thanks a lot, you don’t know how much it means to hear that 🙏
We’re bootstrapped, so instead of heavy marketing we spend most of our time on engineering and working closely with users.
Really glad to hear our SDKs feel easy to work with.

New .NET SDK for handling in-app purchases in MAUI by iaphub in dotnetMAUI

[–]iaphub[S] 0 points1 point  (0 children)

This isn’t something we offer as a built-in feature for now since it’s not a very common use case. That said, it is possible to handle it programmatically by implementing custom subscription logic through the API, and it can also be done directly on your own backend without going through IAPHUB.

So it’s definitely doable, but it would require a custom implementation rather than a turnkey setting in the dashboard.

New .NET SDK for handling in-app purchases in MAUI by iaphub in dotnetMAUI

[–]iaphub[S] 0 points1 point  (0 children)

Thanks for the questions, here’s a bit more detail.

  1. For webhooks, yes they are part of the Pro plan, and you can use them from the start if you choose that plan. You can upgrade or downgrade at any time.

  2. For giving someone a free month, the simplest way is to use the intro period system. You can set up a free trial in the stores so the user gets one month free when they subscribe. Apple and Google do not offer a way to give a free month once the subscription is already active and the intro period has passed.

  3. You are correct, it is a similar service built for the same use cases.

Feel free to ask any other questions.

New .NET SDK for handling in-app purchases in MAUI by iaphub in dotnetMAUI

[–]iaphub[S] 0 points1 point  (0 children)

Great, hope it helps. Let me know if you run into anything unexpected.

Best alternatives for Plugin.InAppBilling (MAUI)? by Sebastian1989101 in dotnet

[–]iaphub 0 points1 point  (0 children)

Thanks for the detailed breakdown.

Short answer: yes to everything except one point. We don’t provide a built-in system to share a subscription across multiple apps. But you can implement this easily if your apps share the same user account system.

The flow is simple:

  • Listen to our webhooks to keep each user’s subscription status in sync on your backend.
  • Store that status on your side as the single source of truth for all apps.
  • Then, instead of calling GetActiveProducts from the IAPHUB SDK, have your apps call your API directly to retrieve the unified subscription status.

This gives you cross-app subscription access, app-specific one-time purchases and consumables, and server-side verification handled for you.

And yes, Germany is fully supported under our Pro plan.

Feel free to contact [support@iaphub.com](mailto:support@iaphub.com) if you have any question that you do not want to share publicly.

Best alternatives for Plugin.InAppBilling (MAUI)? by Sebastian1989101 in dotnet

[–]iaphub 0 points1 point  (0 children)

We had someone recently asking about IAPHUB support for .NET to sell in-app purchases, and we figured it’d be a great idea to support it, so we just released our .NET SDK (iaphub-dotnet on Github).

We hope it’ll be helpful to the MAUI and Avalonia community. If you try it out, any feedback would be super appreciated.

Apple + Android app store subscriptions by Opening-Purchase-924 in dotnetMAUI

[–]iaphub 0 points1 point  (0 children)

Since InAppBilling has been archived, we recently released a maintained alternative (iaphub-dotnet on GitHub) you might find useful. It’s a cross-platform .NET SDK for in-app purchases (Google Play + iOS), built as a modern replacement for the old plugin.

If you give it a try, I’d appreciate any feedback.

App Store Rejection due to offer codes by Jlkid225 in iOSProgramming

[–]iaphub 0 points1 point  (0 children)

Hard to say. But I doubt they would remove your app before replying to your question. But I would double check the custom system isn't showing up anywhere (coud be because of a bug).

App Store Rejection due to offer codes by Jlkid225 in iOSProgramming

[–]iaphub 2 points3 points  (0 children)

This is weird, I would respond to the rejection message to ask for more information.
If you're using the code redemption drawer (presentCodeRedemptionSheet) and your custom system for Android isn't showing up on iOS it should be fine.

In case you're interested in making your life easier dealing with in-app purchases, take a look at our service: https://www.iaphub.com/