dreamsoftin / facebook_audience_network

Flutter Facebook Audience Network
https://pub.dartlang.org/packages/facebook_audience_network/
MIT License
156 stars 99 forks source link

please add ios platform #33

Closed mrthuan closed 4 years ago

mrthuan commented 4 years ago

please add ios platform

kellvembarbosa commented 4 years ago

UP, please add ios

WieFel commented 4 years ago

+1

SachinGanesh commented 4 years ago

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
malikdoksoz commented 4 years ago

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

Please make the announcement so that everyone can see it, so let's speed up find bug the ios. Thank you 👍

ilkamo commented 4 years ago

Hi @SachinGanesh, thanks for your work. Your plugin works great on Android. I am testing the iOS branch and the first time I run flutter build I received the error:

[!] CocoaPods could not find compatible versions for pod "FBAudienceNetwork":
      In Podfile:
        facebook_audience_network (from `.symlinks/plugins/facebook_audience_network/ios`) was resolved to 0.0.1, which depends on
          FBAudienceNetwork (= 5.8.0)

    Specs satisfying the `FBAudienceNetwork (= 5.8.0)` dependency were found, but they required a higher minimum deployment target.

I changed the target version of the project from iOS 8 to iOS 9 to make it work correctly (by default flutter creates a project compatible with iOS 8). I think it should be mentioned in the README.md.

SachinGanesh commented 4 years ago

@kamy22 Thank you for pointing it out. Will add it to the readme file

iamar1k92 commented 4 years ago

flutter: Error: {error: No fill, placement_id: $$$$$$, invalidated: false}

even i have added the test id on the backend account.

SachinGanesh commented 4 years ago

Try the test id's given in example projects example IMG_16_9_APP_INSTALL#2312433698835503_2964952163583650

SachinGanesh commented 4 years ago

iOS support is available from version 0.6.0 pub.dev