Wayback Machinekoobas.hobune.stream
May JUN Jul
Previous capture 13 Next capture
2021 2022 2023
1 capture
13 Jun 22 - 13 Jun 22
sparklines
Close Help
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
  • Asset Store
  • Get Unity

UNITY ACCOUNT

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account
  • Blog
  • Forums
  • Answers
  • Evangelists
  • User Groups
  • Beta Program
  • Advisory Panel

Navigation

  • Home
  • Products
  • Solutions
  • Made with Unity
  • Learning
  • Support & Services
  • Community
    • Blog
    • Forums
    • Answers
    • Evangelists
    • User Groups
    • Beta Program
    • Advisory Panel

Unity account

You need a Unity Account to shop in the Online and Asset Stores, participate in the Unity Community and manage your license portfolio. Login Create account

Language

  • Chinese
  • Spanish
  • Japanese
  • Korean
  • Portuguese
  • Ask a question
  • Spaces
    • Default
    • Help Room
    • META
    • Moderators
    • Topics
    • Questions
    • Users
    • Badges
  • Home /
avatar image
0
Question by MasoInar · Oct 02, 2014 at 09:15 PM · advertisingwindows phone

Microsoft ad not clickable in wp 8.1

Hi,

I'm using unity 4.6 beta 20 right now and just discovered that when I build Windows Store Universal 8.1 project, windows phone 8.1 ad control are not clickable.

Windows Store 8.1 ad controls works fine, and Windows phone 8.1 ad controls also loads ad fine, but my problem is that when i click (tap) the windows phone ad control, nothing happens.

Below are my mainPage.xaml code:

 <SwapChainPanel x:Name="DXSwapChainPanel">
  <Grid x:Name="ExtendedSplashGrid">
   <Image x:Name="ExtendedSplashImage" Source="Assets/SplashScreen.png" VerticalAlignment="Center"       HorizontalAlignment="Center"/>
  </Grid>
  <ui:AdControl x:Name="AdCont"
   AutoRefreshIntervalInSeconds="60" 
   ApplicationId="test_client" 
   AdUnitId="Image320_50" 
   HorizontalAlignment="Left" 
   Height="50" 
   IsAutoRefreshEnabled="True" 
   Margin="40,110,0,0" 
   VerticalAlignment="Top" 
   Width="320" 
  ></ui:AdControl>
 </SwapChainPanel> 

I'm using empty unity project and didn't change anything in app.xaml.cs

P.S. I'm using Lumia 620 as my test device if that matters..

Comment
Add comment · Show 4
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users
avatar image FlashMuller · Mar 03, 2015 at 08:41 PM 0
Share

Same Problem! Bump! Found a Solution to this issue?!

avatar image MasoInar · Mar 03, 2015 at 08:46 PM 0
Share

No solution yet. I got this answer from unity but didn't got it working yet:

 In App.xaml.cs find this code:
 
 var mainPage = new $$anonymous$$ainPage(args.SplashScreen);
 Window.Current.Content = mainPage;
 Window.Current.Activate();
 
 
 and replace it with this:
 
 rootFrame = new Frame();
 rootFrame.CacheSize = 1;
 Window.Current.Content = rootFrame;
 Window.Current.Activate();
 rootFrame.Navigate(typeof($$anonymous$$ainPage));

avatar image FlashMuller · Mar 03, 2015 at 09:16 PM 0
Share

Did they say anything else? Doing what you suggested crashes the app for me here:

 override public object ActivateInstance()
         {
             return Activator(); 
         }


with a NullReferenceException.

avatar image steeven-res · Jul 02, 2015 at 12:37 PM 0
Share

Realy work: check $$anonymous$$as1856 answer and download the template. Just tested and clicking ad finally works for me too! $$anonymous$$IRACLE!!

1 Reply

· Add your reply
  • Sort: 
avatar image
2
Best Answer

Answer by MasoInar · Mar 03, 2015 at 09:31 PM

Hi, I found working template from here: http://forum.unity3d.com/threads/game-graphics-freeze-after-live-windows-8-1-store-ad-is-displayed-using-prime31-plugin.297778/

check Tomas1856 answer and download the template. Just tested and clicking ad finally works!

Comment
Add comment · Share
10 |3000 characters needed characters left characters exceeded
▼
  • Viewable by all users
  • Viewable by moderators
  • Viewable by moderators and the original poster
  • Advanced visibility
Viewable by all users

Your answer

Hint: You can notify a user about this post by typing @username

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this Question

Answers Answers and Comments

4 People are following this question.

avatar image avatar image avatar image avatar image

Related Questions

Windows Phone Ads 0 Answers

Getting error on using Adduplex ads in Windows Phone 0 Answers

Ad support for windows phone 8 game 2 Answers

Best Paying Interstitial Video Ads with Unity Bindings 1 Answer

What does iPhone.advertisingTrackingEnabled actually reference? 1 Answer


Enterprise
Social Q&A

Social
Subscribe on YouTube social-youtube Follow on LinkedIn social-linkedin Follow on Twitter social-twitter Follow on Facebook social-facebook Follow on Instagram social-instagram

Footer

  • Purchase
    • Products
    • Subscription
    • Asset Store
    • Unity Gear
    • Resellers
  • Education
    • Students
    • Educators
    • Certification
    • Learn
    • Center of Excellence
  • Download
    • Unity
    • Beta Program
  • Unity Labs
    • Labs
    • Publications
  • Resources
    • Learn platform
    • Community
    • Documentation
    • Unity QA
    • FAQ
    • Services Status
    • Connect
  • About Unity
    • About Us
    • Blog
    • Events
    • Careers
    • Contact
    • Press
    • Partners
    • Affiliates
    • Security
Copyright © 2020 Unity Technologies
  • Legal
  • Privacy Policy
  • Cookies
  • Do Not Sell My Personal Information
  • Cookies Settings
"Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
  • Anonymous
  • Sign in
  • Create
  • Ask a question
  • Spaces
  • Default
  • Help Room
  • META
  • Moderators
  • Explore
  • Topics
  • Questions
  • Users
  • Badges