I have developed an application to upload image captured from camera to server. I registered this app to URL Scheme so that i can access camera from web app.
I can able to launch the app from web app but do not know how to go back to the web page from where i launched the app.
Please help me
What you need to do is send the URL of the webapp to your app via your app URL sheme:
myapp://callback=www.someurl.com
Then when your app is done just open the URL again.
Related
In my application I have implemented apprequest refrenced from this url http://developers.facebook.com/docs/howtos/link-to-your-native-app-ios-sdk/
My problem is this when I send apprequest to my friends, after that he got notification from this and click notification then its redirect to iTunes app url where he download the app. After complete this procedure, again I send apprequest to my friends, my friend got notification like before and click this notification but it's redirecting to itunes not launching installed apps.
Did you configure the URL scheme correctly in your app's plist file?
See Step 5 of the iOS SDK 3.1 'Getting Started' guide for more details on how to set the FacebookAppID and URL types values in your .plist
Without that, the Facebook app can't detect that your app is installed on the device, and directs to the App Store instead
I'm using MVC4 forms auth. My mobile web app runs in full screen UIwebview on iphone. I have a home screen icon for my mobile web app. The app needs to launch external links. Those launch in Safari, which works fine. However returning to the mobile web app by clicking again on the home screen icon, seems to have logged the user out. Ideally I want the user to remain logged into the web app after viewing the external links in Safari. Maybe the cookie got deleted? Can I persist the cookie?
FormsAuthentication.SetAuthCookie(username, createPersistentCookie: true);
This fixes the log out issue
I'm sending an application request from my iPhone application and want the user to be redirected to the App Store page when he accepts the request.
In the application settings I've added the "App on Facebook" item with fake Canvas URLs besides "Native iOS App" in order to see the requests (they don't appear with no Canvas URL). Everything works fine in Facebook application on iPhone/iPad but doesn't work in the Safari browser on the device.
The request doesn't bring the appstore but open the error page:
Error
Sorry, the application you were using is experiencing a problem. Please try again later.
I've seen some other apps which works fine: request being clicked in the browser brings appstore. So guess something is missing in app settings or similar. Any clues?
Have you tried using your app store link as a URL?
Im wondering if its possible to link my app with the native facebook iphone-app without using iOS at all.
It was pretty easy to create a mobile version and connect it with the m.facebook.com (so it appears in the broswer) through the Developer > Mobile Web URL but it doesnt work/recognize with the native app of facebook.
Is there a way to connect the native iOS FB to my app without creating an app? So it redirects automatically to the browser?
Im trying to avoid to create an iOS app.
Thanks a lot!
If the Application is linked to in news story or post then the App will open in in a browser.
For full integration you'll need a App.
(I don't have a iOS app to test, only pure web app and after posting the apps.facebook.com link to a wall, that link in App opened in the in built web browser).
Id like, if possible, just create an App for iphone by and URL, like http://keepyourlinks.com/browser.php
my go it's to make a browser inside a browser....
possible?
Yes it is, our app uses a browser inside the native application to view a web site. We also setup encryption and session variables so that we can check if they are logged in and validate that they are on the iPhone app and not in a browser.
You can use a UIWebView in your XIB and pass it a URL.