JosephVasse
JosephVasse
Hello, I'm facing the same issue, has anyone solved the `openAppStoreIfInAppFails` not working issue ? I can understand that google has set up a quota but I can't publish if...
I believe I might have the same problem as you're. What is your error message ?
> try with > ` // Define UNUserNotificationCenter > > UNUserNotificationCenter *center = [UNUserNotificationCenter currentNotificationCenter]; > [center requestAuthorizationWithOptions:(UNAuthorizationOptionAlert + UNAuthorizationOptionSound + UNAuthorizationOptionBadge)completionHandler:^(BOOL granted, NSError * _Nullable error) { > if...
Hello, i've never been able to reproduce it. However the Google Play console crash reports still reports this bug.
> We ended up using [react-native-safe-area-context](https://github.com/th3rdwave/react-native-safe-area-context) which were luckily already using (I hate adding lib to palliate a bug in a native function).. > > It gives the insets of...