burnstony#1975
burnstony#19756mo ago

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
9 Replies
erquhart
erquhart6mo ago
I heard Convex has Auth now...
burnstony#1975
burnstony#1975OP6mo ago
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
erquhart
erquhart6mo ago
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.
burnstony#1975
burnstony#1975OP6mo ago
OAuth - Convex Auth
Relations, default values, unique fields and more for Convex
burnstony#1975
burnstony#1975OP6mo ago
i only see sign in currently with clerk I am using startOAuthFlow which handles signIn or signUp
erquhart
erquhart6mo ago
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.
burnstony#1975
burnstony#1975OP6mo ago
would there be logs available for the callbacks As far as I can tell, there are no logs from Clerk
erquhart
erquhart6mo ago
It's all Convex functions, so you'll at least get a log that the callback url was called
burnstony#1975
burnstony#1975OP6mo ago
I’ll give it a go