We allow the user to do google sign in with their workplace email account (@companydomain.com). and don't allow users to login with non work email(@gmail). Our backend doesn't support Apple Sign in yet. we need to roll out the app With google sign in and without apple sign in. How to go about it?
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I have been working with Flutter for a while now and this is the worse of issues I have faced till date.
lets say I have a bundle id com.example.appname registered in apple developer for my team.
I have been releasing test flight build for many weeks now.
suddenly it has stopped working and im unable to build release file (IPA)
It took me 3 days for it to finally start working on my simulators but it still fails on the release build
Error output:
PhaseScriptExecution failed with a nonzero exit code
It appears that your application still contains the default signing identifier.
Try replacing 'com.example' with your signing id in Xcode:
open ios/Runner.xcworkspace
Encountered error while archiving for device.
I want to detect when the user has removed the watch from wrist in the middle of a work out. in iOS devices using the HealthKit framework. Been checking the docs, no luck so far.
HealthKit