How to enable In-App Purchases for Apple when developing installable PWAs?

This page summarizes the projects mentioned and recommended in the original post on /r/PWA

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • react-native

    A framework for building native applications using React

  • I did not find any examples on this, but Apple does not seem to have a javascript SDK for In app purchases(like google does) so this needs to be done natively, I guess you are more familiar with javascript than swift so you can start with a basic React Native project, add a webview component and use it to display your PWA, then use the react-native-iap package to handle apple in app payments and trigger this flow from your PWA like this

  • react-native-iap

    react-native native module for In App Purchase.

  • I did not find any examples on this, but Apple does not seem to have a javascript SDK for In app purchases(like google does) so this needs to be done natively, I guess you are more familiar with javascript than swift so you can start with a basic React Native project, add a webview component and use it to display your PWA, then use the react-native-iap package to handle apple in app payments and trigger this flow from your PWA like this

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts