In my app I use Google Sign In and Game Center Sign In. My app rejected due to Guideline 4.8 - Design - Sign in with Apple. I already have Game Center sign in so do i still have to implement Apple Sign In? I asked to apple team about it they didn't give a proper answer.
Is It Mandatory to Implement Apple Sign In Even Though the App Has Game Center Sign In
151 Views Asked by Kadir Özyıldırım At
1
There are 1 best solutions below
Related Questions in IOS
- URLSession requesting JSON array from server not working
- Incorrect display of LinearGradientBrush in IOS
- Module not found when building flutter app for IOS
- How to share metadata of an audio url file to a WhatsApp conversation with friends
- Occasional crash at NSURLSessionDataTask dataTaskWithRequest:completionHandler:
- Expo Deep linking on iOS is not working (because of Google sign-in?)
- On iOS, the keyboard does not offer a 6-character SMS code
- Hi, there is an error happened when I build my flutter app, after I'm installing firebase packages occurs that error
- The copy/paste functionalities don't work only on iOS in the Flutter app
- Hide LiveActivityIntent Button from Shortcuts App
- While Running Github Actions Pipeline: No Signing Certificate "iOS Development" found: No "iOS Development" signing certificate matching team ID
- Actionable notification api call not working in background
- Accessibility : Full keyboard access with scroll view in swiftui
- There is a problem with the request entity - You are not allowed to create 'iOS' profile with App ID 'XXXX'
- I am getting "binding has not yet been initialized" error when trying to connect firebase with flutter
Related Questions in APP-STORE-CONNECT
- Problem on deploy app to testflight with Xcode 15.3
- How to limit distribution of iOS apps on App Store by hardware requirements
- Apple appconnect long waiting for review
- Automatic renewal subscription automatically cancels itself after a few minutes. RevenueCat
- How to upload app with multiple targets with same Bundle ID
- App review for login mechanism requires pre-login org selection
- Is there a way to get updated date of an iOS app version using App Store Connect REST API?
- I am using encrypt: 5.0.1, now what type of encryption algorithms does my app implement?
- IOS IAP succeed but does not charge the user
- AppStoreConnect, does leaving team sends email to account holder
- Clients' Policy Violations Risk for App Store & Google Play
- ITMS-91053: Missing API declaration in Flutter Project
- ITMS-90725: SDK version issue with the iOS 16.4 SDK
- App Store: How to setup a fixed price with a free trail
- Handling Empty and Unknown Error Responses when Fetching Products from iTunes Store
Related Questions in GAME-CENTER
- How can I get the Player score of a given leaderboard in Apple Game Center from unity
- Game Center achievements global players percent not showing?
- Matchmaker connecting issues on Mobile network
- Leaderboard section missing in Game Center in App Store Connect
- GameKit not showing with SwiftUI
- Game Center Achievements not displaying achievement localization image for some completed achievements
- Swift Playgrounds for iPad - GameCenter Entitlement
- Failed to update app for game center entitlement key
- Unable to submit a new app version because of missing com.apple.developer.game-center entitlement key
- Is GKLocalPlayer's gamePlayerID different from the gamePlayerID other players in the GKMatch can access/see?
- Same ios gameCenterID Different devices
- How to prevent GameCenter on Unity from attempting to authenticate every time app enters foreground?
- iOS Game Center achievements are resetting
- iOS GameCenter crash in private API `GKNotificationBannerViewController::hideBannerQuickly`
- GameKit achievement notifications not showing up even though they were working before?
Related Questions in APPLE-SIGN-IN
- How to update js build process to fix "SyntaxError: Cannot use import statement outside a module"
- expo-apple-authentication no email address
- Server-side validation of nonce in Sign in with Apple flow
- Unable to Sign in with Apple from the iOS app and Supabase Authentication
- Sign in after failed account linking with Apple not working
- How to change font size and font family in apple sign in button with react native expo?
- No user info when using SignInWithApple
- What is another way to implement apple sign-in in a django API project without creating an apple developer profile?
- Can't get bearer token to work after authenticating with apple sign-in
- Where can i configure the cancel button for Apple Sign In Web
- How to show custom logo in place of Apple logo, "Sign In with Apple" with Apple JS
- Apple-SignIn issue when using clientId in Web
- Unity Authentication Apple "SignInWithAppleAsync" Request failed: 401 "detail":"invalid audience"
- How to implement Apple Sign In (Flutter) with a REST API backend (Laravel)?
- Sign in with Apple - is the whole Access Token Revoke Dance fully required?
Related Questions in APPLE-DEVELOPER
- No Account For Team "XXXXX". Add a new account in Account Setting - Xcode Signin with Certificate profile
- Fastlane, iOS Provisioning Profiles & Push Notification permissions (by example)
- Xcode Provisioning Profile certificate error for iOS App Development
- iOS App Certificates, Provisioning Profiles, Targets and Codesigning explained
- Unable to create Provisioning Profile for iOS App Development (no certificates available)
- Complete Compliance Requirements for your apple account
- Why am I getting error while using Perfect-Curl on Mac?
- Apple Rejects multiple times due to crash but not happening in Real Time devices and Simulator
- React Native App runs fine in Expo Go, but crashes when clicking a specific button in TestFlight simulator
- Clarification on Apple in-house app development and deployment
- Testflight and expo go notification not working
- Expo update fails because it can't find "noop.js"?
- Uploading standalone WatchOS app to Apple Store without iOS companion app
- XCode 15 Provisioning Profile without Developer account
- Appstoreconnect payments not what they should be
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Yes, it is mandatory to implement Apple Sign-In because you have implemented a social sign-in (Google).
The only scenarios when you are allowed to skip Apple Sign-In, while providing a social sign-in are mentioned under guideline 4.8 (link for reference).
Game-Center sign-in is not equivalent to Apple Sign-In and cannot take its place.