Facebook Test User and iOS6 OS Integration - ios6

I'd like to use my FaceBook test users (which can be used in a browser and username/password are working correctly) in my iPhone Simulator and iPhone itself for trying to post from an application. If I try to register the FaceBook test account in iOS6 Settings, I got an error
Could not communicate with the server
This error is different from username/password wrong and seems to work for almost 30 seconds before the error pops up. (The login via Mobile Safari works flawless)
Any ideas what I should try to get iOS6 to work with my FaceBook test user?
Best regards
A.Steinel

Related

How to resolve failing of some android device with webservices in CN1?

I don't know why webservices is failing in some android device. I have a form on my project, that users have to enter a particular code, then this code will be checked on my server if the code exist, the user can use the application otherwise it wont go. Some users always complain that they do have problem with activation mostly on samsung galaxy phone or tablets. Pls do they need to give a permission before they can access this? Thanks

apiRTC.disconnect(); does not appear to work with cordova

I have setup both a classic ASP site and a cordova angularjs ionic app that allow video conferencing with apiRTC. When the user logs out of the web site apiRTC.disconnect(); works so a new apiRTC.init can be used when a different user logs in.
In the app, apiRTC.disconnect(); does not do anything so the user appears to still be online to other users, and when a different user logs in, it has no affect since init does not work.
Can you look at apiRTC.disconnect() under cordova and see if there is a general issue?
I have checked the issue by doing a test using our tutorial : https://github.com/apizee/ApiRTC-mobile and adding a button that call apiRTC.disconnect() on Android.
Others users receive the disconnection information and remove the user from the connectedUsersList.

Does Silverlight support Outlook Addin(Javascript API)?

We are trying to integrate Silverlight components in Outlook task panel which is developed by Outlook Javascript API. However when mailapp(task panel) loaded, it appears error and it prompts the Silverlight addin failed to run and please check security settings in “Internet Options”. I also tried adding website URL into IE trusted sites list, but this error remains. But I also notice that it works fine in IE browsers.
I know the mailapp (task panel) initials a web browser (IE kernel) in embedded mode. But I really want to confirm whether Silverlight is supported or NOT in MailApp? If it's supported, how should I do?
Anyone gives me the right answer will save my life. Thanks in advance.
It prompts security settings conflicted in MailApp
But it works fine in a separate IE browser

google mobile ad banner ad view not showing in ios 9.3.2

I have integrated Google Mobile Ad based on the gitHub Banner sample and got it working for devices with iOS < 9.0. But got into problem with devices running 9.3.2 iOS.
So to in trying to isolate where possible and error can occur, I downloaded the github sample code for banner ad. To get the sample running I remove any code related to firebase and added the Google Mobile Ads framework version 7.8.1. The banner ads showed the test ad that comes with the sample code.
Then I modify the adUnitId to use what I have been using from my app. And the sample code duplicated the behavior I've seen with my app. The banner ad only got displayed for devices running below 9.0 iOS. Since only 9.0+ iOS devices I have are all running version 9.3.2, and none of these devices can display the banner ad. But I can get test ads to display oh 9.3.2 devices when I use the via google's test adUnitId or by setting the testDevice of the ad request.
To debug what may be different between devices running iOS <9.0 and 9.3.2 when I use my adUnitId, I added the GADBannerViewDelegate and breakpoint on adViewDidReceiveAd method of the delegate. And devices running 9.3.2 show this method did get called. Ads do show being initialized. And I found the url pointing to a seem like a valid doubleclick.net ad path. But still nothing get displayed when the process is continued.
Oh, forgot to mention this earlier. I did confirmed that the ATS is disabled from the Info.plist in both the sample code and my app.
I have run out of ideas on what may have gone wrong and how to proceed. Any help or suggestions is greatly appreciated.
Found the issue lies in the ad key used. When I created a new banner unit ad key, everything works just like the google sample key.

App don't work under IE 9

I deployed my app successfully on GAE (Java), and the thing works as expected under Chrome (and others) under MacOS X. Today at work I wanted to test my app on IE 9.0.8 / Vista, and the app won't load.
My app displays a "loading" message on the page until all objects of the UI are loaded. When I load the UI I also fetch some data using RPC. When the job gets done the loading message disapears and my app shows up.
As I don't see any error or Exception / nothing special in the app engine logs, how can I start to find the bug ?
The only difference I see is that, at work, my computer goes online trough many firewall and proxys, but as i can open the page and login it should not be a problem. But anyway, just after I login (using google accounts, not openID) the app "hangs". Ideas ?
You should start by inspecting network connections in IE9 to see if everything loads as expected. See also GWT tricks for IE9.
Try running your GWT app in dev mode, this way you should be able to see the client-side errors in the GWT console. Client-side error messages are not displayed in Web mode, unless you implemented code to handle them.

Resources