Apple App review
got the clerk login in for the monorepo working on my app as far as I can tell
However, during app review in App Store Connect, I get the following bug
Bug description: After we tap on Continue with Google or Continue with Apple, and we authenticate, the app returns to the log in screen.
I can't figure out how to reproduce the error, or how to get any information on what or why this happens I am new to app development, any help is much appreciated expo and clerk are much less helpful than convex
I can't figure out how to reproduce the error, or how to get any information on what or why this happens I am new to app development, any help is much appreciated expo and clerk are much less helpful than convex
9 Replies
I heard Convex has Auth now...
I open to switching, but I am unclear how to use that in expo
I'd like google and apple oauth and to get through app review for the apple app store and google play store
That was a half joking response, although I am also launching soon with Expo, and am planning to switch from Clerk to Convex before doing so. Convex Auth supports React Native and should work fine in Expo, just like Clerk.
But if you're trying to get through review and really need to make this work I'd also ask in the Clerk discord. To your point though, a bit harder to get support in other communities compared to Convex.
reading this now https://labs.convex.dev/auth/config/oauth
OAuth - Convex Auth
Relations, default values, unique fields and more for Convex
i only see sign in
currently with clerk I am using startOAuthFlow which handles signIn or signUp
It looks like that's just how Auth.js works, I would assume "signIn" for oauth is handling both, which is typical. Clerk's is just named more obviously.
would there be logs available for the callbacks
As far as I can tell, there are no logs from Clerk
It's all Convex functions, so you'll at least get a log that the callback url was called
I’ll give it a go