Git Product home page Git Product logo

advertising-ane's People

Contributors

tsangwailam avatar

Stargazers

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

Watchers

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

advertising-ane's Issues

AdMob Interstitial: close button don't show with certain ads

Using AdMob Interstitial in Landscape mode. The close button doesn't show with certain ads. (each time the problematic ads shows, the problem is here)... The user is then unable to continue using the app (since he can't close the fullscreen ad).

Has anyone seen that? Any clue?

Thanks!

Couldn't publish from adobe cs6 with Adobe AIR 18

Hi
i'm using adobe cs6 for android. and i really interest to integrate your ane but i couldn't take build if i include Advertising.ane please help what am i handling wrong?

Adobe CS6
Adobe AIR 18.0.0.180
Windows 7
image

AdSettings could not be found.

I get the following error in flash develop:

[Fault] exception, information=VerifyError: Error #1014: Class digicrafts.extensions.core::AdSettings could not be found.

I've added the .swc file to my lib folder, added it to the library and selected external library option as said in the ReadMe.

I have imported the libraries as follows:

import digicrafts.extensions.Advertising;
import digicrafts.extensions.core.AdSettings;
import digicrafts.extensions.data.;
import digicrafts.extensions.adapter.
;
import digicrafts.extensions.events.*;

Yet I still get this error. Why is this?

Thanks

Error - missing required architecture arm64

Hi,

Using FlashDevelop, AIR SDK 16.0, while packaging for iOS, got the following error:

ld: missing required architecture arm64 in file C:\Users\XXXX\AppData\Local\Temp\0b8932e3-cb26-4014-941c-2261b4e4b39f/SpeechKit.framework/SpeechKit (3 slices) for architecture arm64
Compilation failed while executing : ld64

Interstitial

Greetings,
on Adobe Flash CS6 I'm getting these errors when I try to apply the code as instructed..
1046: Type was not found or was not a compile-time constant: AdInterstitial.
1120: Access of undefined property AdInterstitial.
I find rare banner samples and almost no Interstitial samples online.
by the way even the banner code (AdBanner didn't work)

I included the ane, and fixed the manifest xml as instructed too.

any help?

context does not have a method with the name ext_initialize

Greetings,
I'm trying to implement the "inmobi:InMobiAdapter"
when I try to add "Advertising." anywhere in the code, example Advertising.testMode=true;
I get this error "context does not have a method with the name ext_initialize"

note: I'm using android.
any help?
Regards

Decoupling Ad Network Dependencies

It seems like this ANE has all the networks coupled all together in one ANE, but what if you don't want an 85MB ANE and you just want to support one Ad Network or another. How can this ANE be slit out into individual ANEs for each network to reduce file size?

Ads rendering way too big

More info can be found on the Starling forum including screen shots.

http://forum.starling-framework.org/topic/advertising-ane-open-source-in-github/page/3?replies=86#post-78802

I couldn't figure out why my ads weren't displaying. I chose to display AdSize.LEADERBOARD but those I believe were way to big to be even rendered.

In this screenshot
http://i.imgur.com/Ufs9pdu.jpg

The AdSize.BANNER 320x50 is rendering at 960x152. Three times it's size!

Is there any way for us to define or figure out what ad's we are going to get and what size they are going to be?

Because right now for a screen of 1920x1080 I need to use the smallest size. But a screen of 1250x752 (smaller) I need to use the largest size.

Unable to load ane/swc in Flash cs6

I have gone through the steps as shown in the read me.

  1. Added the relevant tags to app xml.
  2. Added ane to Flash in the library path.
    It doesn't compile however and throws the error ' Unable to load ane'.

I tried with the swc but same result ie ' Unable to load swc'.

I then replaced the dx.jar but the same thing happened.

Then I tried to check out the classes inside the ane and swc through Flash Develop but it read-
' Cannot find central directory'.

I have only added the ane(31 kb) and swc(29kb) to the extensionDirectory of my project. Is there any other file that needs to be added to the extensions directory?

There is a huge 80 mb ane file in the master directory. I tried with that too but Flash crashed as soon as I tried to add it to the library path.

Is there anything else I can do?

Thanks for your time.

AdBanner show() ignore AdPosition value

AdBanner displayed at screen bottom, although I used AdPosition.TOP in show().
I test with slow 3G, next code:

public function show():void
{
    var settings = new AdSettings();
    settings.add(new AdMobAdapter(ADMOB_APP_ID));
    Advertising.getBanner(BANNER, AdSize.BANNER, settings).show(AdPosition.TOP);
}

Method show() called once after start.
Trace output:

[trace] [AdvertisingANE] Create Advertising Extension Instance.
[trace] [AdvertisingANE] Advertising Extension Instance Ready.
[trace] [AdvertisingANE] <LOAD> network: admob size: banner adUnitId: ca-app-pub-***/***
[trace] [AdvertisingANE] No network. Not display any advertisement.
[trace] [AdvertisingANE] Network status change. InternetAvailable  true
[trace] [AdvertisingANE] <SHOW> network: admob size: banner adUnitId: ca-app-pub-***/*** offset: 0 0

If I add listener AdEvent.AD_LOADED, and after invoke AdBanner#show(), all work fine.

This reproduced on all platform I tested: Android&iOS, iAd*AdMob

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.