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
Related
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.
I want a scenario where in I have a website and when I connect my mobile device to my pc or laptop, the website must be able to detect the phone and not the phone browser. As in it should detect if my phone is an iphone or any other mobile device. How can I achieve this?
Basically if I have a downloadable application and a list of compatible devices and when a device is connected, a compatibility check needs to be done and the software has to be downloaded directly! Is this possible?
you must build an APP and not a WebAPP or website.
the browser cant send relevant information such MacAddress or IMEI then you cannot do it with a simple website.
In javascript you can detect navigation browser and it has some extra information about the kind of device (like Android, Motorola, etc). For example this.
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
OK, this used to work, but it appears to have stopped working on January 1st.
We have a .NET page that is displaying some data to our internal mobile users. This page is set up with Anonymous Authentication in IIS7. (Windows Server 2008 R2 is the OS of the web server.) When accessing via our intranet, the page displays fine. When attempting to access via our Blackberries, we get the following error message:
"Error: Page cannot be displayed. Please contact your service provider for more details. (1)"
Is this an IIS error, an AT&T issue, or a Blackberry issue? My Director is on my case about it, and I'm not experienced enough in IIS to know of anything else that would cause this functionality...
You should check with your network ops team. I'm guessing that the blackberries are accessing the server from the external intranet (that's just a guess though) ... so have them double check that the domain/ip is accessible externally. That could be why you can access it from in the network.
Or if your blackberries are configured to access the network via VPN, I would double check that connectivity.
Forgot to post the resolution to this.
It turned out to be a Blackberry issue. With the latest OS, RIM combined the internal and external browsers into one browser. Said browser attempts to determine if a given site is an intranet or internet site. Even though the BES (sp?) was set up correctly, our service was still spotty. Some people could enter our intranet homepage address and get the intranet; others got the web squatter site on the internet. Since the page we were trying to access was nested fairly deeply in the directory structure, the web squatters didn't have a page with that name in their site. That's why we were getting the error shown above.
Our resolution - we created a different BES alias to point to our intranet, and rolled that out to all applicable users. Utilizing this, the browser didn't have to determine if we wanted our intranet site or the page on the internet; it correctly displayed the intranet page.
Please help me with one thing: I need to be able to forward a bada device to a certain application store page. This page should let the device to install the application using its native installation method, just like Android market or iTunes.
Granted that I know the link to my application on the web, where do I get the link to forward the device to?
I've tried to use the simulator's WebViewer application on the Samsung Apps site, but it can't even find the application that I want to link to.
please take a look at the links below.
using the namespace Osp::Commerce::Store, you can call the Samsung Apps within the app and encourage users to install apps via Samsung Apps. Hope it works for you.
http://developer.bada.com/article/Try-Purchase-using-In-App-Purchase
http://developer.bada.com/article/Implementation-Guide-for-Samsung-Apps-Try-and-Purchase-Feature