Giter Club home page Giter Club logo

Comments (15)

casualcoder404 avatar casualcoder404 commented on May 26, 2024 11

Possible. We don't have immediate plans of implementing it yet. We are open to PR's

Please work on iOS implementation.

from facebook_audience_network.

malikdoksoz avatar malikdoksoz commented on May 26, 2024 9

We are waiting ios version

from facebook_audience_network.

 avatar commented on May 26, 2024 5

Does it have others solutions for IOS? any suggestion?

from facebook_audience_network.

SachinGanesh avatar SachinGanesh commented on May 26, 2024 1

Hi all, iOS support is now available. Please check "ios" branch. If everything works fine we will release it through pub.dev

You can use the below dependecy to test the integration

facebook_audience_network: 
    git: 
      url: https://github.com/dreamsoftin/facebook_audience_network.git
      ref: ios

from facebook_audience_network.

BPHvZ avatar BPHvZ commented on May 26, 2024

Is iOS implementation possible using UiKitView? https://api.flutter.dev/flutter/widgets/UiKitView-class.html

from facebook_audience_network.

SachinGanesh avatar SachinGanesh commented on May 26, 2024

Possible. We don't have immediate plans of implementing it yet. We are open to PR's

from facebook_audience_network.

eleomilagrosa avatar eleomilagrosa commented on May 26, 2024

Any Update?

Who ever willing to work on this.
you can use this as reference.

https://pub.dev/packages/admob_flutter

from facebook_audience_network.

casualcoder404 avatar casualcoder404 commented on May 26, 2024

Hi all, iOS support is now available. Please check "ios" branch. If everything works fine we will release it through pub.dev

You can use the below dependecy to test the integration

facebook_audience_network: 
    git: 
      url: [email protected]:dreamsoftin/facebook_audience_network.git
      ref: ios

Thanks for iOS implementation @SachinGanesh 💯

But when run 'packages get' I get following error:

Git error. Command: git clone --mirror [email protected]:dreamsoftin/facebook_audience_network.git /Users/cascod/Developer/flutter/.pub-cache/git/cache/facebook_audience_network-d4d4259ce22ce45e5bd7ac76cce4e0e4514f9bfb

Cloning into bare repository '/Users/cascod/Developer/flutter/.pub-cache/git/cache/facebook_audience_network-d4d4259ce22ce45e5bd7ac76cce4e0e4514f9bfb'...

Host key verification failed.

fatal: Could not read from remote repository.



Please make sure you have the correct access rights

and the repository exists.

Please help.

from facebook_audience_network.

SachinGanesh avatar SachinGanesh commented on May 26, 2024

Try this url https://github.com/dreamsoftin/facebook_audience_network.git instead of git@

from facebook_audience_network.

casualcoder404 avatar casualcoder404 commented on May 26, 2024

I'm getting following errors in Xcode.

Screenshot 2020-05-13 at 5 53 58 PM

from facebook_audience_network.

casualcoder404 avatar casualcoder404 commented on May 26, 2024

Any updates about iOS implementation @SachinGanesh sir?
Thanks for this package.

from facebook_audience_network.

SachinGanesh avatar SachinGanesh commented on May 26, 2024

@casualcoder404 Is the above issue solved?. I'm not able to reproduce it. Please share the full error log here.

PS: Now the iOS version is available through pub.dev (v 0.6.0)

from facebook_audience_network.

casualcoder404 avatar casualcoder404 commented on May 26, 2024

#38 (comment)

from facebook_audience_network.

casualcoder404 avatar casualcoder404 commented on May 26, 2024

#38 (comment)
v0.6.1 fixed this issue. But that leads to another one which I've commented above.

Undefined symbols for architecture arm64:
"_GULLoggerRegisterVersion", referenced from:
___FIRLoggerInitializeASL_block_invoke in FirebaseCore(FIRLogger.o)
"_GULLoggerInitializeASL", referenced from:
___FIRLoggerInitializeASL_block_invoke in FirebaseCore(FIRLogger.o)
"_GULLogBasic", referenced from:
_FIRLogBasic in FirebaseCore(FIRLogger.o)
"_GULLoggerEnableSTDERR", referenced from:
___FIRLoggerInitializeASL_block_invoke in FirebaseCore(FIRLogger.o)
"_GULLoggerForceDebug", referenced from:
___FIRLoggerInitializeASL_block_invoke in FirebaseCore(FIRLogger.o)
"OBJC_CLASS$_GULAppEnvironmentUtil", referenced from:
objc-class-ref in FirebaseInstanceID(FIRInstanceID.o)
objc-class-ref in FirebaseCore(FIRBundleUtil.o)
"_GULSetLoggerLevel", referenced from:
_FIRSetLoggerLevel in FirebaseCore(FIRLogger.o)
"OBJC_CLASS$_GULAppDelegateSwizzler", referenced from:
objc-class-ref in FirebaseMessaging(FIRMessaging.o)
objc-class-ref in FirebaseMessaging(FIRMessagingAnalytics.o)
objc-class-ref in FirebaseMessaging(FIRMessagingContextManagerService.o)
objc-class-ref in FirebaseMessaging(FIRMessagingRemoteNotificationsProxy.o)
"OBJC_CLASS$_GULReachabilityChecker", referenced from:
objc-class-ref in FirebaseMessaging(FIRMessaging.o)
"OBJC_CLASS$_GULUserDefaults", referenced from:
objc-class-ref in FirebaseMessaging(FIRMessaging.o)
objc-class-ref in FirebaseInstanceID(FIRInstanceID.o)
objc-class-ref in FirebaseMessaging(FIRMessagingPubSub.o)
objc-class-ref in FirebaseInstanceID(FIRInstanceIDUtilities.o)
objc-class-ref in FirebaseInstanceID(FIRInstanceIDCheckinPreferences.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

This is maybe occurring since I've added NotificationServiceExtension target in my flutter project in order to receive rich notification with images. Can you please help?

from facebook_audience_network.

SachinGanesh avatar SachinGanesh commented on May 26, 2024

Above error is not related to FAN SDK. Please raise your issue in FlutterFire repo

from facebook_audience_network.

Related Issues (20)

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.