I want to add google ads in my project but my project is for windows phone 7 . how can I implement GoogleAdMob to my windows phone 7 application. also I want to implement google interstitial ads in my application how can I did that???
I had a try to upgrade my project from 7.1 to windows phone 8 but it can't run it shows error like it
I have developed HubTile Application. which used coading4fun toolkit and wpcontrolls.toolkit
"Unable to cast object of type 'System.Reflection.CustomAttributeData' to >type 'System.ComponentModel.TypeConverterAttribute'
and please tell me if there is any other ad network which provide interstitial ads to windows phone 7 application which have good eCPM . please help me.
Currently, Google Admob is only available on windows phone 8, android and ios.
Support for windows phone 7 was dropped in 2013.
Until then, you can either use one or a combination of the following:
Microsoft PubCenter
Ad Duplex
inMobi
Leadbolt
Scoreoid
Mediabrix
PreApps
More here
You can also use AdRotator to achieve a +99% fill rate by real time swapping/replacing of ad providers.
Related
Is there a way to restrict the support for Desktop/PCs for the Xamarin UWP app published in Windows store. i.e, can we publish the Xamarin UWP app in Microsoft store which will list the app only in mobiles and Tablets and not list them in Desktop/PC devices?
Here is an answer to restrict mobile support, just adjust it as necessary to restrict it to only support mobile
https://stackoverflow.com/a/38096834/3183946
Does adding the below dependency will allow the app to be deployed in tablet like Surface tab.?
<TargetDeviceFamily Name="Windows.Mobile" MinVersion="10.0.x.0" MaxVersionTested="10.0.y.0"/>
From Device Family official document, PCs and tablets run the desktop OS, which is based on the desktop device family. Phones run the mobile OS, which is based on the mobile device family. So, if you only add Windows.Mobile in the Dependencies. It will not support Surface tab.
Can we publish the Xamarin UWP app in microsoft store which will list the app only in mobiles and Tablets and not list them in Desktop/PC devices.?
If you uncheck Windows 10 Desktop option in the window store package configuration, and your app will not list in Desktop/PC and tablets devices.
I am developing new windows phone 8.1
[RT] application working fine , but now my client want to give support to tablet also . Does my application work in tablet or I have to create a universal project ?
Please help me out for this .
Windows Phone 7.x or 8.x apps do not run on Windows 8/8.1/10 "out of the box" - you need to either have a universal app, or share your code (for example as a portable class library) to allow it to also run on the desktop variant of the OS.
If you want your app to run on over vendors tablets (such as Android or iOS) there are solutions that allow some code sharing, but again, you're looking at supporting another codebase to achieve this.
Can we get list of app installed in phone from my app?
I have seen many question here all are saying not possible and few answers saying with live id they're access our App history and showing.
But see how this apps working :
http://www.windowsphone.com/en-us/store/app/app-folder/7d2e7de3-95e7-4143-8a9d-aedf8c3f901e
http://www.windowsphone.com/en-us/store/app/app-folder/1a248adb-1429-45ea-a507-f3d5f4cad58c
And Can we open any app that we installed in our phone from our APP?
For example : - My app need to open "Bing Weather" app.
Thank you
ShareOurIdeas.com
No, you can't. That's not possible.
Both apps you linked to are not standard-apps. Look at publisher names: Nokia Corporation and SAMSUNG ELECTRONICS Co, Ltd.
They have different kind of access to system resources then you have as a developer using public Windows Phone API.
I am developing Windows Phone 7 application with C#.Application have to download torrent files.So it's extension ".torrent".But Windows Phone doesn't support torrent files.So it says "Can't download file.Windows Phone doesn't support this file type." What can I do ?
There's no way to add handler for custom extensions in Windows Phone 7. According to rumors based on the leaked SDK, it may be possible in Windows Phone 8 (but no official announcement yet). So for now, there's nothing you can do.
I want to develop an application for Windows 7.5 mango OS phone like HTC Mozart, I am already having Visual Studio 2008, will the apps built by Windows Mobile 5 smartphone SDK be supported in a windows phone?
No, the Windows Phone SDK is the only one that is supported. In short, Windows Mobile != Windows Phone.
Also the UI is drastically different and the underlying runtime and .NET framework is also different. You might be able to port the logic of your code across easily to the new SDK, but the UI will need rewriting.
There are also a lot of freedoms lost in the new iteration as "the user is king". This means you need to review what your current app requires and provides to see if it is even a good fit for the new range of phones.
No, Windows mobile SDK wont work for Windows phone 7 applications.
See, the .NET Framework for windows phone 7 has changed completely . Infact the classes and APIs have changed .you can carry forward your previous experience of Windows Phone development into this new one but that certainly might not be the same code and services working in the same platform