Hi, there
I’m having a small trouble for notification v2 based on Firebase Cloud Messaging(FCM).
I want my app to catch a topic message by using a notifications.subscribe() method.
my app for Android version could catch the topic message. for IOS version was faild to catch the topic message. but Both ios and andorid version could catch a sengment message which be able to send it from console.firebase.google.com. therefore I think my APNs settings is not wrong. and also in main.lua, be writting the following codes.
notifications.registerForPushNotifications( { useFCM=true } )
notifications.subscribe( “news” )
I think It should be following corona sdk API documentation.
However, In Corona Simulator Console. I got WARNINGs below
…
WARNING: unrecognized key: settings.iphone.plist.FirebaseAppDelegateProxyEnabled (boolean)
…
I try to use corona sdk for deferent versions such as 2017.3068, 2017.3082(Daily Builds) …
I got same warnings.
Are there any wrong settings in My build.settings?
Thanks