hansemannn / titanium-firebase-cloud-messaging

Use the Firebase Cloud Messaging SDK in Axway Titanium 🚀 Edit
Other
43 stars 31 forks source link

IOS error "no valid caps-environment entitlement string found for application" #157

Open sibisandaniel86 opened 3 months ago

sibisandaniel86 commented 3 months ago

Is this something to to with the module or firebase configuration ?

[ERROR] { [ERROR] code = 3000; [ERROR] error = "no valid \U201caps-environment\U201d entitlement string found for application"; [ERROR] source = { [ERROR] setWindow = { [ERROR] };

m1ga commented 3 months ago

did you enable push in your profile that you've created in the Apple developer page?

sibisandaniel86 commented 3 months ago

yes , "Apple Push Notifications service (APNs)" is enabled in the key used in firebase conf.

m1ga commented 3 months ago

try https://stackoverflow.com/a/28114718/5193915 or https://stackoverflow.com/a/27324311/5193915