Skip to content

Commit

Permalink
Update get-started.mdx to avoid crashing when app launching on iOS 12 (
Browse files Browse the repository at this point in the history
…#2702)

## Summary:

After the ipa package generated by Xcode archive was installed on on
iPhone 6 / iOS 12. It crashed every time I opened the app.

More information can be found here
[#2701](#2701)


## What was done:

Add a note in get-started.mdx. So developers know to do extra
configuration on iOS 12 to avoid crashes
  • Loading branch information
zyestin committed Mar 31, 2024
1 parent 4918503 commit 3fe9042
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/docs/get-started.mdx
Expand Up @@ -35,6 +35,9 @@ npm install react-native-iap
cd ios; pod install; cd -
```

> Note: For iOS 12.x, set project in Xcode as below:
> Build Phases -> Link Binary With Libraries -> +(Add) -> SwiftUI.framework, Optional
You can now get started hacking!

### `Android`
Expand Down

0 comments on commit 3fe9042

Please sign in to comment.