Windows Phone 7 FAQ's
Publisher > Windows Phone 7 SDK > Windows Phone 7 FAQ's
- How do I integrate the Komli Mobile Windows Phone 7 SDK with my application?
Download SDK from this link and follow instructions given in the integration guide.
- What should I do if I get “BLANK IMAGE” in the grid?
a) Open the project with visual studio 10 and check the log messages in the output window.
b) Copy the "Formed URL" which is shown in the log trace and paste it in the browser.
c) Check the result. If you are getting the xml content contains ad type='NA', then you will not get any ads. At those cases, please send the log traces to support [at] komlimobile dot com (subject: Windows Phone 7 SDK Support).
d) Check the image file format and check the log in output window, it needs to be jpg or png.Gif image is not yet supported by windows.
- What is an cid_zest in MainPage.xaml.cs?
cid_zest is assigned to your site & apps which you have created in zestadz.com. Copy that id and put it in the MainPage.xaml.cs.
- I have integrated the SDK as per the installation guide, and I am using the correct cid, but still I am getting "NO IMAGE OR NO ADS TO DISPLAY".
If you are still not able to view the ad, please check your log traces for any error in the output window and contact us at support [at] komlimobile dot com with that error message.
- Will it take time to load the first ad in Windows Phone 7 when the campaign is approved?
Yes, there will be a delay in displaying the ad while pulling it for the first time.
- What is the typical ad response time?
Under 300 milliseconds for up to 5 ads at a time.
- Can I change animation in any direction?
Yes, you can change any direction for flip by changing the angle in the following variable.
animation.From = 180;
animation.To = 0;
However, this may lead to some issues as this is a beta version.
- My phone is not being recognized as a Windows Phone 7 device?
Since the list of Window Phone 7 devices has not been released, your phone may not be recognized correctly as a Windows Phone 7 device. Please review our SDK page for updates in the near future.
- How big is the Komli Mobile SDK?
The SDK is very small (few KB).
- Can I change the flip time between ads?
Yes, you can change the value by seconds in following variable in the MainPage.xaml.cs
const int gettime_zest = 12;