-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Versions mismatch do not allow installation of 2.1.0-beta.2 from your docs #95
Comments
Hi @rivaros Sorry that you are facing this issue. Use Let me know if this works for you. |
No, it does not. |
also causes:
|
customerio-reactnative version 2.0.1 (latest released) depends on
but it does not inlcude beta versions |
Version 2.0.1 of |
@ami-aman this won't include beta versions, what you wanted to achieve can be done with this:
|
so major issue is that ~> 2.0.0 will only allow versions up to 2.1 (not including it) |
Hi @rivaros |
@ami-aman beta version was specified in your docs. can see you are updating them now.
|
Thank you @rivaros for bringing this to our attention. We are updating our docs as we talk. Again, apologies that you had to face the issue. |
@rivaros The docs have been updated. Please feel free to let us know if you are still facing any issues. |
@ami-aman thx for updating the docs! One last minor thing: Here https://www.customer.io/docs/sdk/react-native/push/#metrics-userNotifications If you’re using objective C, the example above already contains the code required to handle push metrics—substituting AppDelegate for your push notification class.
Still using Objective-C to handle notification am not able to track opened metric when app is closed. Searching more info on that. |
Thank you @rivaros for your patience. I truly appreciate you bringing these points to our notice. We have fixed the link in our docs. Again, thank you for highlighting ! To the question you asked regarding not able to track open metrics when the app is closed. Our team could reproduce it on our end and would like to let you know that we have logged a ticket internally so that someone from our team can take a look at it. I apologise that you had to face this issue. |
Closing this due to inactivity, please feel free to re-open if the issue still persists. |
Hi @ami-aman ! Do you have any issue/refrence about capturing metrics when app is closed? About the minor link issue above - I think it's still wrong. It should point to a specific piece of Objective-C code: |
Your docs also contain empty pod version all over
this wont compile... |
@rivaros Would you like to check our sample app as a point of reference for your first query ? Let us know if it helps.
I understand your concern; I'll notify our documentation team. Our team is in Mexico for our annual retreat, so there may be a delay in updating the links. Meanwhile, I'll go ahead and add a detail about a specific point to check, in the hopes that it clarifies things. I sincerely appreciate your feedback; it greatly assists us in improving our documentation.
I am so sorry for the confusion. Could you please point me in the right direction, as I don't see a missing version in the docs right now? |
Closing this due to inactivity, please feel free to re-open if the issue still persists. |
Hey @Allanbcruz Thank you for reporting this issue to us. Sorry to hear that you are experiencing an issue with the SDK. We have a issue currently going through testing to fix this problem that you are experiencing. Until that bug fix gets shipped in a future version of the React Native SDK, a temporary workaround is to use this in your Podfile:
whichever you use. |
Podfile:
package.json
Result of pod install:
The text was updated successfully, but these errors were encountered: