-
Bug: Your Bundle ID is empty.
I checked Apple Developer Center and I installed each of my certificates in the right way.
This bug happened during the fbs startproject
and I checked the plist.info a…
-
Had a user reach out regarding my app crashing on iOS 14.5 shortly after launching it. After watching a video capture of the event (no crash logs or Crashlytics available) I asked them on a hunch to l…
-
In order to install our PriceAlarm app to iPhone without using Appstore, we need to register the device id of iPhone to our apple developer center.
So if you want to test our iOS app, please notify…
spica updated
9 years ago
-
Hello everyone im having an issue, I get the default animation of the iOS to read the nfc but when I approach a tag at the phone nothing happens.
```
class NfcEnableWidget extends StatefulWidget …
-
Hi there,
From Apple
**4. Design: Preamble**
**Guideline 4.0 - Design**
**- Your app uses Sign in with Apple as a login option but does not use Sign in with Apple button design, b…
-
### Steps to reproduce
1. Use provided sample code
2. Launch App
3. Tap on "Page B"
4. Tap on "Details…" button
5. Tab on "Home" button
6. Tab on "Page B"
7. Tab on "Details…" button
### Expec…
-
I've got a minimal Swift UI example that reproduces an odd warning that is happening by many people that I can't explain.
Using MapMarker removes the problem but when using `MapAnnotation` as soon …
-
## Steps to Reproduce
1. Run `flutter create bug`.
2. Update the `main.dart` file as follows:
code sample
```dart
import 'package:flutter/gestures.dart';
import 'package:flutter…
-
## Steps to Reproduce
1. Run `flutter create inputchip_delete`.
2. Replace the `build()` method in `main.dart` as follows:
```dart
@override
Widget build(BuildContext context) {
return…
-
Today several tools that are built when building Apple's LLVM toolchain are not included in Xcode's toolchain bin directory. These tools should be included to prevent developers from having to "build…