Are we able to use FBDialogs in production apps yet? Looking at the latest SDK 3.5.3 I see this: https://github.com/facebook/facebook-ios-sdk/blob/master/src/FBSettings.h#L58
Which states that we shouldn't be using the native fast app switching share dialog in app store apps yet. Can someone clarify? Thanks.
They're in production, meaning that you don't need to set those flags anymore.
Related
After the project was launched, the application was not added to the dashboard.
I launched the project on an android SDK with the same package name. After that, the application was added to the dashboard.
Events such as "sendCustomEvent" work. But the crash still is not sent. Does anyone know the solution?
Todd from Fabric here. Corona is not currently supported by our SDKs due to the way it builds projects. Barring official support, I'd love to hear if any one has gotten this up and running and the steps they used to do so. Thanks!
I was able to send a crash. It was necessary to remove the application using adb.
adb uninstall "name.package"
I want to know is it possible to get a list of installed application on IOS.
(in android, it is possible using package manager.)
And if it possible, How could i do?
Please help.
While possible, by calling canOpenURL multiple times, Apple has recently begun rejecting apps that do so. Even then, it's impossible to do so with apps that don't have a published URL scheme.
It is possible but you need to use private APIs which make your app rejected by Apple.
Try these:
https://stackoverflow.com/a/27833902
https://stackoverflow.com/a/12178561
I am working on using the iOS Dropbox Chooser. I was able to integrate as expected via their documentation
However, in the simulator, the chooser will ask you to have the dropbox app installed to authenticate. Is there any way that I can deal with this so that I can actually get a file from my dropbox while in the simulator?
I don't think you can, no. In recent OS versions Apple has done a great job of making more functionality available in the simulator (you used to be able to use hardly any external functionality at all, but many things work there now). However the Dropbox app is completely separate from Apple. It doesn't come pre-installed on the Simulator, and short of having the Dropbox App's source code and building that to your simulator first, there's no way to do this.
It's unfortunate, but really it's best to test things on-device anyway, so you're probably better off going that route. Good luck! :)
Is there a way to get the version of other app(outside of my control) in my app? I know it may not comply with iOS sandbox rules, but is it possible to do so? And what if i can control the "other app"? All the apps mentioned will not be published on App Store, only just for our own guys.
No, and there is no reason to get it.
(Of course questions and answers asumes by default a non-jailbreaked environment)
i need to integrate Facebook to share some links within my app. I´ve never used the "old" SDK before. Just created a dummy project to test it.
After reading the announcement about the 3.0 SDK beta, i´m interested about using this beta version within a final app-store app. What do you think about? Does that make sense? I just would need it for sharing links.. I would love to use 3.0 because of the easier integration, so therefore my question...
Thanks for your opinion..
It actually depends on how much risk you are willing to take.
My opinion is that the integration of the old sdk is not that difficult. More over it is safe. Besides there are official tutorials showing you step by step what to do:
iOS Tutorial #socialchannels
Mobile Feed Dialog
The sdk 3.0 is a gigantic step forward. Anyway I'd just wait until it is out of beta and then push an update.
I'm using it in an app. I haven't encountered any show stopping bug as of now.