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

iOS Implementation #19

Closed
sandyara opened this issue Jul 4, 2019 · 15 comments
Closed

iOS Implementation #19

sandyara opened this issue Jul 4, 2019 · 15 comments

Comments

@sandyara
Copy link

sandyara commented Jul 4, 2019

No description provided.

@BPHvZ
Copy link

BPHvZ commented Jul 22, 2019

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

@SachinGanesh
Copy link
Contributor

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

@malikdoksoz
Copy link

We are waiting ios version

@ghost
Copy link

ghost commented Oct 23, 2019

Does it have others solutions for IOS? any suggestion?

@eleomilagrosa
Copy link

eleomilagrosa commented Dec 3, 2019

Any Update?

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

https://pub.dev/packages/admob_flutter

@casualcoder404
Copy link

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

Please work on iOS implementation.

@SachinGanesh
Copy link
Contributor

SachinGanesh commented May 8, 2020

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

@casualcoder404
Copy link

casualcoder404 commented May 12, 2020

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: git@github.com: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 git@github.com: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.

@SachinGanesh
Copy link
Contributor

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

@casualcoder404
Copy link

I'm getting following errors in Xcode.

Screenshot 2020-05-13 at 5 53 58 PM

@casualcoder404
Copy link

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

@SachinGanesh
Copy link
Contributor

@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)

@casualcoder404
Copy link

#38 (comment)

@casualcoder404
Copy link

#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?

@SachinGanesh
Copy link
Contributor

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

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

6 participants