LinkedIn native sharing iOS issue - ios

Our team develops an app which has a possibility to share posts via iOS native sharing. And we have some questions regarding LinkedIn app:
We can't share images via LinkedIn iOS app. The image is present on the preview, but not in the shared posts.
After the last app update, we can't share posts with images at all. When we share the image - we receive the error (see image attached). Also as we checked other apps and they have the same problems with sharing posts with images.
Here a screenshot with an error message:
Could anyone help me with this?
Thank you in advance!

Related

Apple universal links not working even after uploading Apple-app-site-assocaiton(AASA) file on server

I tried to implement universal links functionality in my app. For that I created a Apple-app-site-assocaiton(AASA) with in verified json format by branch.io and uploaded on my root server. After that I enable associated domains in my app capability in Xcode to define (applinks:) that help website url to detect my app into the active device. Now, problem is after implementation I could not avail that functionality as Web url not detecting my app. I tried so many trouble shooting method but it hasn't help me out.
Secondly, apple api validator tool is also not showing my website compatible to deep link even after successfully adding AASN file. Can anybody help where exactly I'm lacking behind.

Image sharing in iOS

In iOS I noticed you can select a photo in your Photo app and then share it using other apps (eg. Whatsapp, Telegram, etc.). I would like to implement the same functionality in my app, but I don't know where to start. Can you help me? The things I don't understand are:
how my app can be listed between the apps that can share images;
how my app "knows" what to do when a user selects an image;
I know this is basic, maybe trivial, but I searched a little maybe using the wrong keywords, I dunno.
Any help is appreciated.
Here is a reference on accessing images iOS:
Open gallery with photos and videos
Here are some references on sharing images with iOS:
Sharing and Actions
App Extension Essentials

Not seeeing "Reply" link to app in Facebook Messenger Platform integration

I was implementing optimized integration for Facebook Messenger Platform for my iOS app using the SDK and am facing a few issues. When I share content from my app to Facebook Messenger, I always see the "Install" link alongside my app link, even though the app is installed. Also, I never see the "Reply" button on the content shared from my app, just Install.
Both the sender and receiver have Admin access to the corresponding Facebook app. (The FB integration features are currently in dev, even though the app is live).
Followed all the sequence of steps mentioned in the documentation - https://developers.facebook.com/docs/messenger/ios
FBSDKMessengerURLHandler callbacks are implemented for FBSDKMessengerURLHandlerReplyContext and FBSDKMessengerURLHandlerOpenFromComposerContext as well.
Not sure how to proceed to test the features. Anybody else faced the same problem? Any help would be much appreciated.
I had the same issue. Find any valid iOS App Store ID and fill it in on the developers.facebook.com page (near where you enter the Bundle ID info).
Relaunching Messenger made the Reply button start to show up on new messages.
The developer community at Facebook is pretty awful.

Integrating WeChat to IOS IPhone App: cannot get asset

I am developing an IOS 8.X app for IPhone using Xcode 6.1.1.; and the plan is to provide Share features for common Social Networks such as Facebook , Twitter and WeChat in Asia.
WeChat requires not only to import library for using their services but also to acquire an asset Id from the following web-site: http://dev.wechat.com
From the communities and the website i can see lots of discussions and help about the actual integration of WeChat into Apps. However, I have never reach more than the login phase. My registration is activated however before being to apply for an asset id from WeChat, it asked me to complete my Profile.
The completion of this Profile results into a window with the single enigmatic text "Failure", no explanation. I tried both on Mac and PC with common browsers + tablet. No success.
I have written to their "support " by email as instructed, no answer; tried also by WeChat to get a bot answering "got it " , "thanks for your request" randomly. In other words, it looks like developers are on their own.
From Stackoverflow, i can see quite a few questions about WeChat integration. However it seems each people has reached more than the login and got their asset.
That's why i am reaching you out : have you met a similar login issue and how did you fix it ? Thanks :)
The most recent asset can be found at the link below.
WeChat SDK on arm64
THE KEY TO MAKING THIS WORK IS TO add the libc++.dylib library to your project. This is not mentioned in ANY OTHER LINK! This frustrated me for HOURS until I used google translate to search Chinese websites. enjoy =)

Open my app from facebook app

I have an application on IOS, which posts photos and location on facebook.
I want my app to open once user tap on link(When viewing facebook from facebook app). Is this possible?
It's not possible using the built in iOS sharing but Facebook will open your app if you are using their SDK and posting with a Facebook app. (as in an app setup in their developer portal) You need to have deep linking turned on and your app profile setup to point back to your app store id. They also have a new app links thing they announced which is worth checking out. In any case your app will have to support custom URL schemes.
Sorry I can not get clearly but if I am not wrong then do you want to open your iOS app when user click on link on FB ?
If I am right then simple and sort answer, it is not possible because apple iOS dose not provide any such types of feature/API so it is better to stop fighting.

Resources