Code Monkey home page Code Monkey logo

ios-segment-integration's People

Contributors

anuragbz avatar brianbatchelder avatar crow avatar rlepinski avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ios-segment-integration's Issues

Process hanging

Hello, guys!
Today I faced a problem with Segment: when I move to Safari from my app and then tap "Back to app" my app doesn't response because of this:
seganalyticshanging
and when I click on the row which has "5" at a start in stack trace I am redirected to
- (void)forwardSelector:(SEL)selector arguments:(NSArray *)arguments options:(NSDictionary *)options
method to
@synchronized(self)
line. As I suspect this is the result of application's lifecycle tracking by Segment (it receives notifications when application changes it's state) but I can't switch it off because both Adjust and Flurry don't allow me to update Segment to 3.1.0 version (current is 3.0.7).
I have already fixed this by replacing that line to
dispatch_async(dispatch_get_main_queue, ^{ ... });
but the problem is that we don't commit pods and generally we don't fix anything in pods (that's bad practise, of course).
Do you have an idea how to resolve this issue?

Add initializer for injecting configuration.

Hi guys, we are looking at using segment - airship integration. Our project has 3 different environments dev/test/prod, and for that we're using 3 different AirshipConfig.plist files.

Currently we're initializing Airship like so:

        let config = UAConfig(contentsOfFile: filePath)
        UAirship.takeOff(config)

We're suggesting an addition to SEGUrbanAirshipIntegrationFactory, where you can pass in the desired configuration. Similar to what AppsFlyer is doing with their integration.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.