Chirag Jain
Chirag Jain
great! thanks for jumping in @philwilks. I will add you ad a collaborator. I would suggest sending/reviewing/merging some PRs before making substantial changes.
See if imap is enabled in your gmail account. Check: http://www.howtogeek.com/174837/how-to-add-your-gmail-account-to-outlook-2013-using-imap/
I haven't tried it with Expo nor have explicitly added support for expo. It should just work for expo bare workflow?
happy to accept a PR for this. In dev mode, we can raise a warning with invalid products
We never tested this on tvOS. You will probably have to debug this. Feel free to send it a PR if you get this working. From the error message, it...
We possibly need a separate tvOS target here
I suggest adding three breakpoints in xcode: 1) https://github.com/chirag04/react-native-in-app-utils/blob/2845d194f906d4c60dd8393e941141c45689aa72/InAppUtils/InAppUtils.m#L178 2) https://github.com/chirag04/react-native-in-app-utils/blob/2845d194f906d4c60dd8393e941141c45689aa72/InAppUtils/InAppUtils.m#L206 3) https://github.com/chirag04/react-native-in-app-utils/blob/2845d194f906d4c60dd8393e941141c45689aa72/InAppUtils/InAppUtils.m#L234 You should see two of those branches getting hit. Should be able to trace it from there.
that's weird. atleast one more callback should be executed. is this returning true for you: https://github.com/chirag04/react-native-in-app-utils/blob/2845d194f906d4c60dd8393e941141c45689aa72/InAppUtils/InAppUtils.m#L187?
Ok. I think i understand the problem here. Sounds like the request is getting dumped since we don't have a strong reference to it. I think others have reported similar...
i don't have plans to work on it anytime soon and would def encourage you to continue on this. Feel free to send a PR when you have it work....