Skip to content

Instantly share code, notes, and snippets.

@ConorCorp
Created September 30, 2022 11:44
Show Gist options
  • Save ConorCorp/cc0f5c997dcb005bbe76322b9a08e820 to your computer and use it in GitHub Desktop.
Save ConorCorp/cc0f5c997dcb005bbe76322b9a08e820 to your computer and use it in GitHub Desktop.
React Native: Link to iOS subscriptions (in app purchases)
import {
Linking
} from 'react-native';
Linking.openURL('itms-ui://');
// Other iOS deep links (universal links) https://medium.com/@contact.jmeyers/complete-list-of-ios-url-schemes-for-apple-apps-and-services-always-updated-800c64f450f
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment