facebookarchive / account-kit-samples-for-ios

Samples for the account kit product on ios.
43 stars 26 forks source link

iOS App Store Review with static OTP #32

Open ashish-meesho opened 5 years ago

ashish-meesho commented 5 years ago

Hi, We are about to share our app to review by Apple. And we use account kit for OTP login. Is it possible to have static OTP assigned to one of our test account phone number, so that it's easy for Apple to review it by logging in to that account

ahsaniqbalbykea commented 5 years ago

@ashish-meesho I've been using Account Kit SDK in my app that is available on iOS App Store for 4 months. You may allow US region for Apple review as follows: <Account-Kit-View-Controller>.whitelistedCountryCodes = ["US"] // List of comma-separated whitelisted country codes

Reference Whitelist Country Codes

ashish-meesho commented 5 years ago

During review, do we need to mention App uses facebook account kit for OTP based login

ahsaniqbalbykea commented 5 years ago

@ashish-meesho You can add this information in Notes under App Review Information at https://appstoreconnect.apple.com such as "We are using Facebook Account Kit for number verification and the supported country is US, etc."