Venkata Reddy

Results 14 comments of Venkata Reddy

I am facing issue when i am testing in ios simulators

@fadhlisulaimi Thanks for your response. I have tried with ios 13 simulator on Aug 30 2020. I have tested test ads on android platform successfully and on IOS ( simulator...

Hi @fadhlisulaimi I have received mail from Facebook Audience Network Team as below ![Screenshot from 2020-10-22 08-21-51](https://user-images.githubusercontent.com/32235964/96818859-fae8fb80-143f-11eb-8f2b-ea906e4eb0d2.png) [Blog post link](https://www.facebook.com/audiencenetwork/news-and-insights/audience-network-to-become-bidding-only-beginning-with-ios-in-2021/) **Facebook Audience Network Team confirmed that they are moving completely...

@escamoteur can you close this if there is no action or changes required from the package side. i hope best practiced are already included in Readme file

@Ehesp @pedromassango i am also facing same issue.

@tylandercasper @pedromassango @Ehesp Add supabase configuration in edge.yml file ``` supabase: functions: task1: 'lib/task1.dart' task2: 'lib/task2.dart' project_path: "supabase" ``` For me it got worked.

https://github.com/invertase/dart_edge/issues/52#issuecomment-1834515475 helped me as a temporary fix

Finally worked after defining `edge.yml` configuration as below. ``` supabase: functions: task1: 'lib/task1.dart' task2: 'lib/task2.dart' projectPath: "supabase" ```

I feel need documentation for better clarity. otherwise new users of this library will get confuse.