User not able to login for sync Outlook calendar events in iOS app - Swift - swift

I have register app in Azure Active Directory for Authentication. User can signin with development but when i upload app to appstore at that time user can not signin. So please suggest me if any setting for App

This problem is based on an inappropriate calendar is selected while creating an event or data not syncing to the server appropriately
Make sure the application is configured properly and check user account is enabled for signin it should not locked out
Try to reset your password and re-login again
Try to clear your browser’s cookies and retry to sign in again
check whether Conditional Access policy and Multi-Factor Authentication is not block user access
Make sure the correct licenses applied to your account.
To fix this issue,you can download and run the Microsoft Support and Recovery Assistant.
If issue remain same please Contact Microsoft support
For your reference :
Problems signing in application
You can't sign in to the portal

Related

Google Assistant/Google Home terminates browser in background during cloud to cloud account linking

I am implementing the authorization code flow for linking a user's account in our app with their Google account (https://developers.home.google.com/cloud-to-cloud/project/authorization). When choosing to add a smart home Action in either the Google Assistant or Google Home apps and being taken to the user's browser to complete the authorization steps we require the user to perform multi-factor authentication. MFA codes are sent to the user via email or SMS but when they go to their messages or email inbox and the browser is sent to the background it is terminated and they are unable to complete the authentication process. Is there a reason why Google Assistant/Home are terminating the browser and is there any way around it? If I open the authentication URL from the Chrome app or Google app and put it into the background it is not terminated (see screenshot below) so I'd like to understand the difference in behaviour with the browser launched by Google Assistant/Home app.

Login authentication like Netflix multiple users for same account in flutter

I'm creating an trading app in flutter
Imagine that if an user account has an multiple login from different mobile devices if any one the user can change the account password how can I logout from all other user of different device
Or plz instruct me to create an logine authentication like instagram if an user logged in from another device change a password it will automatically logout from other device
The way I see this is that Firebase doesn't allow you to implement this functionality right now so you'll have to get creative with this by :
Keep track of all the devices through name or IMEI from which logins of a particular user is happening
Create a boolean isSignedOutAll for each and every user and check for this at startup
Turn this to true if a user is clicking on Sign Out Of All Devices option
Logout the user if isSignedOutAll is true on a particular device and then change it back to false for that particular device
This is the solution that I can think of now.

How to get gmail logged in user detail using GIDSignIn after app restart in Swift iOS

I have integrated GIDSignIn in iOS swift project. I am able to login and get user detail like email using.
GIDSignIn.sharedInstance()?.currentUser?.profile.email
But when I kill and restart app GIDSignIn.sharedInstance()?.currentUser become nil. And I need to sign in silently in app to get the currentUser detail.
Is there any way to get email address of logged in user when app restart without silent sign in?

How to obtain paypal live application id

How do I obtain a PayPal Application ID in the live PayPal environment?
I followed the instructions on https://www.x.com/, but I could not find
My Account ==> My application ==> New App
as mentioned on the PayPal developer website.
Starting May 13th, 2013, PayPal App management for Classic APIs will no longer be available on x.com and will be migrated to developer.paypal.com. Please check back after May 16th for the new location of APP Management.
During this time, you will not have access to submit a new App or manage your existing APPs. Your current application IDs will not be impacted by migration and will be available post-migration at the new location.
Login to your paypal account.
First of all navigate to developer account applications
Then click on your App Name. (You have created previously)
Here you will see an option to chose Sandbox or Live. click respectively to get app Credentials.

iOS 6 the facebook server could not fulfill this access request invalid application

In some iPhone 5 devices we have an error when trying to call Facebook login:
The error is:
"the facebook server could not fulfill this access request invalid application id"
I many times checked that application id is specified correctly.
Strange, that on other devices same app is working correctly.
Please, could you help, what the reason of that?
All developers of a particular app, should be known to Facebook. While the application is in Sandbox mode (i.e. developer only access), all every user who want to use the Facebook platform, for testing/developing the application, will have to be added as a developer (as shown below) -
Just goto https://developers.facebook.com/apps/, and add the user, in the list of developers/admins.
More than likely the app is "sandboxed", so only developers have access. If this is the case you'll have to use a developer account on the iPhone.
Go to iOS settings > Facebook
Log out with your "personal" account
Log in with the developer account (to be safe us the dev account that you created the app with)
This worked for me.
I faced this problem. For me the issue was that I hadn't added the iOS platform for the app. Go to the Facebook developer page, then select your app. In the left nav bar go to settings. Then add platform. Ensure that your bundle identifier is correct. Then it should work.
If you have been testing with a sandbox facebook app and then receive this error when switching to the production app make sure you have published the app in the status & review tab.