Facebook messenger iOS apple pay - ios

I am checking if facebook messenger will open up apple pay option. I tried but safari supports apple pay, but not a web browser inside facebook messenger.
Is there a way to go around it today.
Thanks in advance!

I'm fairly sure the answer is no, since it's specific to Safari.

Related

Implementing AppleID login as a webview in a native app

Is is possible for a native iOS app to have AppleID signup implemented as a webview? Or will it result in rejection during the review process?
If it is possible, have you come across such apps that are there in the AppStore?
I found the information about AppleJS and WKWebView solution here (https://developer.apple.com/forums/thread/119198) but it seems it's only related to the web, while my question relates exclusively to native mobile solution.
Thanks in advance for any tips
It's not recommended for native iOS app to have AppleID signup implemented as a webview. Apple may Reject your app.
Use Authentication Services for Apple Platforms. https://developer.apple.com/documentation/authenticationservices

IOS/Objective-C: Share Dialog for App Without Facebook SDK

Given all of Facebook's api changes since April 2018, does anyone know if it is still possible to trigger a share dialog without using the Facebook SDK?
They give instructions on how to do it with the Facebook for IOS SDK here.
However, I'd like to avoid including the Facebook SDK in my app given its size
Thanks in advance for any insights.

Mobile Ads on Facebook for iOS

Does anyone know if Facebook strips the link that you input when setting up a Mobile App Install ad? Our Mobile App is not integrated with Facebook's SDK so I was hoping to track downloads from our paid ads through the iTunes Connect platform.
Yes, they strip it! You should try with a service between your app and Facebook like GearAds which is useful for your problem

How to share content from my iOS app onto BBM?

I am trying to allow users of my app to share contents from my apps on their social timelines and within their chat messenger apps.
Recently I came up with the fact that BBM is actually one of the most common messenger apps in my target countries. Therefore that integration is majorly important in my case.
I found some posts around about the URL scheme of BBM on iOS, however nothing really useful as there is not a sound documentation for it at all. I even wonder whether there is a solution through their API using and SDK or alike.
I am much thankful for any help on this topic!
You can invoke BBM with a draft message for the user to send and this is supported on BBM for iOS, BlackBerry 10 and Android. I recently wrote a blog post about this on the BlackBerry Developer Blog. You can find all the details here:
Cross Platform Sharing with BBM

Do the Facebook and Twitter mobile apps use the Safari browser?

Apps on iOS or Android devices, do the built-in browsers (like the Facebook & Twitter app) use the OS's browser or do the apps use their own? For instance, if my iOS's main browser is Safari, is it then also used by the apps?
Thanks!
In iOS I think they use the UIWebView class to display a generic web content.
There are also frameworks that allow an application to navigate the web but I don't think they're correlate in any way with Safari.
For the Android part, I guess it's the same..
No. The apps use their own.....

Resources