localytics

Could not cast value of type 'LLAppDelegateProxy'

喜欢而已 提交于 2020-01-13 10:20:58
问题 I have integrated the Localtyics iOS SDK. After this I am getting the error like below: Could not cast value of type 'LLAppDelegateProxy' It means I am unable to get a reference of the App delegate object. I am in trouble now because I want Localytics & want a reference object of App delegate as well. Does any body know a solution of this? 回答1: Localytics replaces your AppDelegate behind-the-scenes with their proxy class ( LLAppDelegateProxy ). Localytics suggests creating a static reference

Could not cast value of type 'LLAppDelegateProxy'

China☆狼群 提交于 2019-12-05 10:18:40
I have integrated the Localtyics iOS SDK. After this I am getting the error like below: Could not cast value of type 'LLAppDelegateProxy' It means I am unable to get a reference of the App delegate object. I am in trouble now because I want Localytics & want a reference object of App delegate as well. Does any body know a solution of this? Localytics replaces your AppDelegate behind-the-scenes with their proxy class ( LLAppDelegateProxy ). Localytics suggests creating a static reference to your original AppDelegate for access like so: class AppDelegate: UIResponder, UIApplicationDelegate {

Xamarin Notification Service Extension issue

妖精的绣舞 提交于 2019-12-03 15:44:36
问题 I have an issue with Notification Service Extension. I have followed step by step documentation https://developer.xamarin.com/guides/ios/platform_features/introduction-to-ios10/user-notifications/enhanced-user-notifications/#Working_with_Service_Extensions To implement, I have done in that way. Added Notification Service Extension with same prefix of my app (adding a suffix, ex: APP: com.testapp.main - EXT: com.testapp.main.notificationextension) Created APPID identifier com.testapp.main

Xamarin Notification Service Extension issue

╄→гoц情女王★ 提交于 2019-12-03 06:06:12
I have an issue with Notification Service Extension. I have followed step by step documentation https://developer.xamarin.com/guides/ios/platform_features/introduction-to-ios10/user-notifications/enhanced-user-notifications/#Working_with_Service_Extensions To implement, I have done in that way. Added Notification Service Extension with same prefix of my app (adding a suffix, ex: APP: com.testapp.main - EXT: com.testapp.main.notificationextension) Created APPID identifier com.testapp.main.notificationextension into Member Center of Apple Created certificate and provisioning profile to send push