Sharing of Image and text with Deep linking on facebook in ios8 - ios

Have anyone worked on deep linking in ios 8? I tried to follow facebook.developer tutorial to implement deep linking but is not so much clear.
please suggest me any blog and tutorial or sample code.
Any help will be appriceate.
Thanks in advance!

The startup I'm working in does this exactly. We have a deep linking SDK which takes only 20-30 mins to implement, and after that you can create links on our platform which support Facebook's App Links standard. `Please find our complete iOS documentation.
Was this helpful?

Related

Universal links on iOS 8?

I am starting to get friendly with deep linking and have read about universal links in iOS 9.3 above. I want to open my app from an email through deep linking.
I am able to do it with deep linking using universal links but how do I do it for below versions. Please help.
You have to use a custom URI scheme. Obviously you also need to do OS version detection to make sure you are using the appropriate approach.
The recommendation to try Firebase Dynamic Links or Branch (full disclosure: I'm on the Branch team) is a good one; it will save you a lot of work and headache.

How to integrate Aftership API in ios

I am working on iOS App where I have to use Aftership SDK for tracking the order-details. While integrating aftership sdk with my app I am facing problem of app crash. I have followed their doc https://www.aftership.com/docs/api/4 also downloaded the SDK from the link https://github.com/AfterShip/aftership-ios. It is not get clear, how to use from its docs page to integrate this API and I haven't found any useful blog or article which would guide me to integrate this.
Also we need to use pods for installation. As I am new to iOS I am not getting how to use pods and make the SDK ready.
This is my first time working on these type of project so Can anyone please help me, to get this done. I will be very thankful.

Facebook deep linking on iOS

this is my first time creating a iOS application. I m required to share my iOS app url schemes to Facebook. allowing user to click on the link and open my application.
I have tried Facebook link to your native app tutorial and i seem to miss some step. Is there other tutorial on facebook deep linking or example. Thanks you
You should check out the Turnpike open source framework. It makes it easy to implement deeplinking in your iOS app.
http://urxtech.github.io/
If you have any questions, feel free to reach out.
john # urx
just follow the steps on https://developers.facebook.com/docs/applinks/ios.
you will find https://developers.facebook.com/docs/applinks/add-to-content in that page
Read carefully.

Has someone made Adobe native extension for integrating with NextPeer's social plugin

I've searched all over for an ANE which is integrating NextPeer's social plugin, but with no results. I was wondering if someone has ever made it and if it's made where I can find it. Here is the plugin for xCode http://developers.nextpeer.com.
It might be too late but you can check out this github project
https://github.com/danielshir/nextpeerANE

Good example of how to build an iphone app that integrates with facebook

I have experience building iPhone applications, however I'm new to the facebook API for iOS. Does anyone know of a good example of an iOS app that will post to user's facebook wall? I'm trying to integrate this functionality into an existing app that I'm working on. Thanks!
Check out the following open-source project:
facebook-ios-sdk
It's an open-source library to let you post to Facebook from your own iOS app.
They have posted code for a sample ViewController here as well. Unfortunately this doesn't do an explicit wall update, but it does read the users' status and request them to log in. And underneath this you can retrieve the source for the entire demo application:
https://github.com/facebook/facebook-ios-sdk/blob/master/sample/DemoApp/Classes/DemoAppViewController.m#L79
https://github.com/facebook/facebook-ios-sdk/tree/master/sample/DemoApp
You can check our documentation for iOS SDK 3.0.8 here at
https://developers.facebook.com/ios/
Download the SDK package here at
https://github.com/downloads/facebook/facebook-ios-sdk/FacebookSDK-3.0.8.pkg
Then try the samples/ folder for the existing samples.
Specially you can look at Scrumptuous and Hackbook for latest examples.

Resources