Open Itunes app link in uiwebView - xcode

I want to simply open some apps pages from itunes web site, but when tested in the simulator it shows me ann error that the url is invalid, despite it opens correctly from the mac browser.
My problem is similar to this one and i have write more or less the same code :
Open URL Problem in safari
Is it impossible to open itues site from safari? links like this I mean :
http://itunes.apple.com/us/app/id454060218?l=fr&ls=1&mt=8

Try using Apples own LinkMaker
I also think it's possible to remove the country part of the URL, i.e. remove the /us/ part so http://itunes.apple.com/us/app/id454060218 would be http://itunes.apple.com/app/id454060218

Related

Microphone Permission on Firefox Mobile not permanent

I am facing an issue with our web tool that I am unable to solve. I already tried to google a solution but failed to find one.
We have a website where we use JavaScript to record audio from the users microphone via getUserMedia. The first time the user enters a html page on the https website, there is a notification popping up about permission rights. Thats fine, but on Firefox Mobile it doesn't matter if you gave your permission already, you will be asked on every single page again. Thats not the case for every other browser we tried.
So, is this some kind of our error or is it a limitation of Firefox Mobile?
Hope anyone solved that issue already in the past.
Best regards,
Daniel
It's a limitation in Firefox for Android (fennec). It intentionally asks users each time.
It's being solved in the next generation version, available in beta as Firefox Preview (fenix). The prompt there adds this checkbox, similar to Firefox for desktop:
☐ Remember decision for this site

How universal link works in IOS?

We created universal link for our app following apple documentation : https://developer.apple.com/library/ios/documentation/General/Conceptual/AppSearch/UniversalLinks.html
And its working fine, when I tap on link, my app open successfully. But at status bar of my app I am getting two link.
1. At left top side, back to sms app, where I received link.
2. Other at right top side, my app appstore link.
If I tap on link 2, universal links no lpnger works.
Any Idea?
That is by (Apple's) design. To re-enable Universal Linking behavior, either long-press on the URL in an app like Notes or Message, or once you are on the fallback page just scroll all the way up until an Open banner appears.
Re-enable Universal Link will only work if you have added right Domains: applinks:www.example.com
in Associates Domains column.
If associate domains not starting with www. then please recheck the link you want to open must not have www. in front of it.

how to get the current URLs opened in Chrome, from my app?

Long story short: I have to show statics, in my OSX app, about the opened websites in Chrome. So, I need to get a list of the opened websites.
At the beginning I thought in writing a Google Chrome Extension. But found "rescuetime". They already achieve what I want (and much more). Any ideas how they get the URLs opened in Chrome, they even block them!
Have you tried looking at the source?

Open URL from HTML5 xcode app

I initially started doing this app with Dreamweaver and phonegap build. After running into some issue I bypassed Phonegap build and imported my project directly into xcode (my first time using).
The problem I am having is when someone clicks the url it opens up in the app instead of the browser. I am very new to apps in general and a baby when it comes to xcode so forgive me if this is pretty cut and dry.
My anchor looks like this:
<a data-role="button" href="http://www.google.com/" target="_blank" style="color:#07a54a;">
Like I said when someone clicks that, its like it opens within the app and there is no way to get back to the app unless you kill it.
Specifically my questions is how do I get this url to open outside the app in the phones browser? I have watched and read numerous tutorials talking about .h and .m files, but all of these seem to be using the drag and drop story board which I dont have or know how to use.
Can someone tell me how I can have this (and other absolute url's) open in the browser outside of the application?
Thanks
There's no such thing as an "HTML5 Xcode app". You say you bypassed PhoneGap and imported it directly, but that's not possible. Xcode doesn't know what to do with plain HTML 5. It sounds like you are still using PhoneGap, in which case you follow whatever the normal PhoneGap procedure for opening links in Safari is.
Found it: Thanks http://docs.phonegap.com/en/2.3.0/cordova_inappbrowser_inappbrowser.md.html
Poorly worded on my end, app uses phonegap :D

Facebook Page Tab not showing on a PC

I have created a couple of apps to show on my companies facebook page. I have tested every browser on my mac and everything is working as its supposed to. However, it will not work on any browser on a Windows machine. I have inputted both the page tab url as well as the secure page tab url so I am confused as to why it will not show up on a PC.
Here is think to one of my page tabs:
https://www.facebook.com/pages/Atria-Senior-Living/208728162501220?id=208728162501220&sk=app_131012823749816
I have searched all over and cant find any solutions to this problem.
Any help would be appreciated.
Thanks
I have figured out what was going on. I did not have "www" listed after "https://". For whatever reason the Windows machine did not like that.

Resources