- Jun 6, 2020
- 11,517
- 4,383
If you are using FirebaseAuth then use this class instead:
Starting from iOS 13 there is integral support for letting the user sign in with the user Apple ID.
The AppleAuthButton is a custom view that manages authentication.
You need to add the AuthResult event which will be raised when the user successfully signs in:
B4X:
Configuration:
1. Enable 'Sign In With Apple' in the app identifier page in Apple developer console. The app id must be a non-wildcard id.
2. Download an updated provision profile and set it with:
B4X:
3. Add to main module:
B4X:
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن تصاویر باید ثبت نام کنید
Starting from iOS 13 there is integral support for letting the user sign in with the user Apple ID.
The AppleAuthButton is a custom view that manages authentication.
You need to add the AuthResult event which will be raised when the user successfully signs in:
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
1. Enable 'Sign In With Apple' in the app identifier page in Apple developer console. The app id must be a non-wildcard id.
2. Download an updated provision profile and set it with:
B4X:
#ProvisionFile: xxx.mobileprovision
3. Add to main module:
B4X:
کد:
محتوای بلوک کدها در دسترس شما نیست. برای مشاهده بلوک کدها، وارد انجمن شوید یاثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید