Skip to content
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

Use in production #1

Open
chiplay opened this issue Sep 22, 2016 · 5 comments
Open

Use in production #1

chiplay opened this issue Sep 22, 2016 · 5 comments

Comments

@chiplay
Copy link

chiplay commented Sep 22, 2016

Hey Tom,

Thanks for open sourcing this! I know it's pretty basic, but it's a great start for tracking events and screens with React Native. Have you been using this successfully in production? Any "gotchas" before we try it out / fork it? I'm also interested in the withProperties feature of addEvent, and 'setUserID'. Not sure if you've considered adding support, but I might give it a shot and submit a PR if it works.

Also, generally curious if you'd stuck with AppSee and enjoyed the service, or if you've found something better :)

Thanks again!

@tomauty
Copy link
Owner

tomauty commented Sep 22, 2016

Hey, I'm actually using an off-github integration I wrote for our production app. I should probably update this repo to be in line with that integration, but it doesn't currently support withProperties. However, it is cross platform :) Thanks for reminding me. I'll try to update this week

@chiplay
Copy link
Author

chiplay commented Sep 23, 2016

@tomauty awesome - really appreciate it!

@chiplay
Copy link
Author

chiplay commented Sep 26, 2016

@tomauty did you have a chance to look at updating? I'm stuck trying to use as is, having issues with the AppSee header file path. I see there is a PodFile, but since the post install hook was removed, the Pod isn't installed. When I try to manually run pod install in the ios folder, I get a different set of errors that I don't fully understand or know how to fix. Thanks again for your help!

@chiplay
Copy link
Author

chiplay commented Sep 26, 2016

➜  ios git:(analytics-pod-updates) ✗ pod install
Analyzing dependencies
Downloading dependencies
Installing Appsee (2.2)
Generating Pods project
Integrating client project
Sending stats
Pod installation complete! There is 1 dependency from the Podfile and 1 total pod installed.

[!] The `RNAppSee [Debug]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-RNAppSee/Pods-RNAppSee.debug.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

[!] The `RNAppSee [Release]` target overrides the `OTHER_LDFLAGS` build setting defined in `Pods/Target Support Files/Pods-RNAppSee/Pods-RNAppSee.release.xcconfig'. This can lead to problems with the CocoaPods installation
    - Use the `$(inherited)` flag, or
    - Remove the build settings from the target.

When running pod install

@tomauty
Copy link
Owner

tomauty commented Sep 26, 2016

Sorry, haven't had much time yet. I'll try my best to update it tonight or tomorrow afternoon. If you have any links to an easy way to iterate on RN libraries, it'd be much appreciated :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants