Closed MsXam closed 4 years ago
Hi! Thanks for the information, we take a look.
Can you please open Xcode project folder ({your flutter project}/ios/
) in Terminal, execute grep -r "UIWebView" .
and post output here?
I am just submit my application with facebook login in App Store and didn't get deprecated warning. Are you sure that the problem with plugin? Any chance it can be problem with some another feature? Can you do grep -r "UIWebView" .
in project folder, as described above?
hey there !
You are absolutely right . My bad . It would appear that old facebook sdk was being referred in my podfile.lock file even though I was using your plugin. I removed the lock file, updated the pod cache , deintegrated pods, then did a complete pod install.
After I did this, I created an archive and submitted it. There was no warning this time.
Thank you so much - the plugin is perfect.
P.s do you have plans for other providers ? i.e Twitter etc ?
Happy to hear that!
P.s do you have plans for other providers ? i.e Twitter etc ?
Now we developing plugin for login via Vk.com. No plans about Twitter at the moment.
Hi - just testing out the plugin on both iOS and Android. In both versions - the plugin works perfectly. Tested in both Java/Kotlin built projects and also OBJ-C/Swift built projects.
I did have some issues with my app building properly in iOS and needed to POD install FBSDKCoreKit/LoginKit 7.0.0, then flutter clean and then build again...
Looking in podfile.lock, appears to use latest 7.0.0 API :-
So - whats the issue? Well , submitting an app built with this plugin - I get deprecated warnings :