Coder Social home page Coder Social logo

flurry's People

Contributors

ahalls avatar alecgorge avatar antonpalich avatar brianmichel avatar dbgrandi avatar jstart avatar justmaku avatar nafu avatar paultaykalo avatar rafalwojcik avatar rwyland avatar speakus avatar workwithnano avatar

Stargazers

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

Watchers

 avatar  avatar  avatar

flurry's Issues

CocoaPods Error

After install via cocoaPods we don't have directory "FlurryAds"

I think wrong line in "FlurrySDK.podspec"

s.default_subspec = 'FlurrySDK'

suppose to be

s.default_subspec = 'FlurrySDK', 'FlurryAds'

Events without event values not registering

Hello, it seems like if I register an event like so:

Flurry.logEvent("foobar", withParameters: ["foo" : "bar"])

It registers the event properly. But if I register an event with no values:

Flurry.logEvent("foobar")

It never appears on my dashboard.

Any ideas? Thanks.

Error linking with -lFlurry_5.1.2

I'm using AnalyticsKit with the Flurry provider. The Flurry CocoaPod is installed as dependency of AnalyticsKit. My pods target builds successfully, as does the target specifically for the Flurry pod. When I try to build my app's target, I get:

Ld /Users/joe/Library/Developer/Xcode/DerivedData/oberlin-cdmhmdgtfspoflcmfbozvwatctti/Build/Products/Debug-iphoneos/oberlin.app/oberlin normal armv7s
    cd /Users/joe/Projects/citizen-sync/BaseDemo
    export IPHONEOS_DEPLOYMENT_TARGET=7.0
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -arch armv7s -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -L/Users/joe/Library/Developer/Xcode/DerivedData/oberlin-cdmhmdgtfspoflcmfbozvwatctti/Build/Products/Debug-iphoneos -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07 -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleAnalytics -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleTagManager -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleAnalytics/Examples -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleAnalytics/Library -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleTagManager/Examples -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleTagManager/Library -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleAnalytics/Examples/CuteAnimals -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleTagManager/Examples/CuteAnimals -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleAnalytics/Examples/CuteAnimals/Images -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleAnalytics/Examples/CuteAnimals/Settings.bundle -L../../../Downloads/GoogleAnalyticsServicesiOS_3.07/GoogleTagManager/Examples/CuteAnimals/Images -LGoogleAnalytics -F/Users/joe/Library/Developer/Xcode/DerivedData/oberlin-cdmhmdgtfspoflcmfbozvwatctti/Build/Products/Debug-iphoneos -filelist /Users/joe/Library/Developer/Xcode/DerivedData/oberlin-cdmhmdgtfspoflcmfbozvwatctti/Build/Intermediates/oberlin.build/Debug-iphoneos/oberlin.build/Objects-normal/armv7s/oberlin.LinkFileList -dead_strip -ObjC -lFlurry_5.1.2 -lGoogleAnalyticsServices -lsqlite3 -lz -framework CFNetwork -framework CoreData -framework CoreGraphics -framework CoreText -framework Foundation -framework MediaPlayer -framework MobileCoreServices -framework Security -framework SystemConfiguration -framework UIKit -weak_framework AdSupport -weak_framework StoreKit -fobjc-arc -fobjc-link-runtime -miphoneos-version-min=7.0 -lsqlite3 -framework AdSupport -lz -framework SystemConfiguration -framework CoreData -framework CoreLocation -framework CoreGraphics -framework UIKit -framework Foundation -lGoogleAnalyticsServices -lPods-oberlin -Xlinker -dependency_info -Xlinker /Users/joe/Library/Developer/Xcode/DerivedData/oberlin-cdmhmdgtfspoflcmfbozvwatctti/Build/Intermediates/oberlin.build/Debug-iphoneos/oberlin.build/Objects-normal/armv7s/oberlin_dependency_info.dat -o /Users/joe/Library/Developer/Xcode/DerivedData/oberlin-cdmhmdgtfspoflcmfbozvwatctti/Build/Products/Debug-iphoneos/oberlin.app/oberlin

ld: library not found for -lFlurry_5.1.2
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I've done some digging around, but can't find anything that makes sense to me. Any thoughts here?

FlurryAds SDK not copied

on SDK 5.0 the files from FlurryAds SDK are not being copied into the project, I think the path are incorrect


  "source_files": "FlurryAds/**/*.h",
  "preserve_paths": "FlurryAds/**/*.a", 

Maybe they don't need the /**/ ? I only see one parent folder when I download the sdk from their website.

Version 6.7.0 Swift Module Install Issue

Before that I used the version 6.6.0 in my Swift project with use_frameworks! & because it wasn't defined as a module I just added in my bridging header #import <Flurry.h>.

Now that approach doesn't work with version 6.7.0 & I noticed that Flurry now functions as a module, but I got:

Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_Flurry", referenced from:
__TMaCSo6Flurry in KXAnalytics.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Any idea why this might be happening?

I tried cleaning up everything I'm aware of, derived data, reinstalled everything, but still nothing.

Thanks,

@kexoth

Version 4.3.2 is available

There is a new version available and Flurry asks existing users to use the latest version because some apps can be rejected.

If you would update this repo and the Podspec please, that would be great.

Cocoapods SDK Doesn't Compile

The pod is including "FlurryAdNative+Private.h" which exists, but is including private headers that don't, preventing it from compiling.

New Version available

would you like to update to the new version 4.3.1? And also the podspec, please. Thanks.

Idea: Allow others to accept PR

Wouldn't it be better if there was more then one person with contributor write permission?

It would allow developers to always have the most recent version of Flurry SDK without having to depend on the repo owner of implementing or accepting PR...

Upgrade version to 6.7.0 please.

It seems that there was a critical bug in the 6.6.0 release.

Quote from flurry support:

This is a known bug with iOS v6.6. Only events with parameters are reported to the dashboard. We actually rolled back this SDK shortly after release.

It would be great if this repo (and the associated cocoapod distribution) could be updated to 6.7.0.

Thanks!

Error linking with Flurry_5.1.0.a

I updated the Flurry SDK to 5.1.0 and cannot compile the iOS project any more. I renamed the FlurrySDK/Flurry/Flurry_5.1.0.a to FlurrySDK/Flurry/libFlurry_5.1.0.a and now it works.

Flury sdk 5.4.0

Hi ,
Can you please update pod-spec for Flurry sdk to 5.4.0 as Flurry just send out email about latest version?
"We've just released Flurry iOS SDK 5.4.0, which has been fully tested
with the new iOS 8 Gold Master version and iPhone 6 devices. Download
the SDK now!"

Request: Only FlurryAds

I would like to install only flurryAds with cocoapods. I know flurryAds can be used without the flurrysdk, could you make the podspec so I can install only flurryads?

CocoaPods install failure

CocoaPods install of FlurrySDK fails due to missing tag for 5.1.2 version. Please tag the correct commit.

Thanks!

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.