Heshan Yodagama

Results 6 comments of Heshan Yodagama

this is because some of iOS 14.+ updates ...sooner I will fix it .

You may use 0.0.1, Cause the way I have used SwiftUI in 0.0.1 is different from current version. I am going to fix sooner.

I couldn't get the whole content view as pdf, only the visible rect.

Hi @rizafran , Thanks for quick respond. yes I also noticed that I could receive Notification on first installation, If I call `registerForRemoteNotifications()` just after initialising firebase and setting messaging...

Hi @rizafran adding below code snippets inside `application(_:didFinishLaunchingWithOptions:)` will reproduce the issue. ``` Messaging.messaging().delegate = self UNUserNotificationCenter.current().delegate = self DispatchQueue.main.asyncAfter(deadline: .now() + 15.0) { UNUserNotificationCenter.current().requestAuthorization(options: [.alert, .sound]) { success, error...

yes I am using the same steps. I think there is an another information that I need to share with you. I used `iOS 16.1` on iPhone 12. I will...