kapil soni

Results 27 comments of kapil soni

@brenod : thanks for ur response sir. 1st solution not worked for me but 2nd worked for me and i got another error generated > FirebaseInstanceId.getInstance().getInstanceId().addOnCompleteListener(new OnCompleteListener() { symbol: class...

Hi @aniakos did you fixed above issue actually I am facing same issue?

@xuyonghua sir can you tell me where we put above code?

Check below package.json file sir : ```json { "name": "Heulo", "version": "0.0.1", "author": "Ionic Framework", "homepage": "http://ionicframework.com/", "private": true, "scripts": { "start": "ionic-app-scripts serve", "clean": "ionic-app-scripts clean", "build": "ionic-app-scripts build",...

@andrehtissot : Sir i have followed your instruction but during run app in xcode i got ` #import "Firebase.h"` file not found.check below attached image: ![Screenshot 2020-06-17 at 9 21...

@andrehtissot - sir in machine cocoapods is installed and in ios folder podfile is generated.but if hit pod install I got below error- " You can not run cocoapods as...

@andrehtissot - sir I have install pod without sudo and error is removed.check log after pod install- ![15924126521095153325823608900621](https://user-images.githubusercontent.com/26578635/84926324-d6bf8b80-b0e8-11ea-875f-56c4b181ec4d.jpg) Then in xcode I got another issue ![15924126961932906386910033495329](https://user-images.githubusercontent.com/26578635/84926416-fce52b80-b0e8-11ea-8639-0fd7d6d6e279.jpg)

@andrehtissot - sir i have fixed above issue and notification is received in xcode log but not appear in the mobile device ?

@andrehtissot: i have added 2 different log for background and foreground state check below image: ![IMG20200618205407](https://user-images.githubusercontent.com/26578635/85043087-9aa02f80-b1a9-11ea-8956-907c16687588.jpg) ![IMG20200618205326](https://user-images.githubusercontent.com/26578635/85043097-9e33b680-b1a9-11ea-9bfe-5e866cc2caa1.jpg) during push notification, now onNotification not fire again.i am not understand what's the...