I am using my first iOS9 app with notifications. The notification service through Parse is working fine. However, when I request a new user’s permission to send notifications, I get the screen below and I don’t know why the application is called “Null”.
Check the Display name of the package in the info.plist file. I think CFBundleDisplayName may be empty in the info.plist file.
So set it as $ (PRODUCT_NAME) .
Source: https://habr.com/ru/post/1623121/More articles:What http headers can be seen when using an SSL connection? - httpFailed to access dynamic property - jsonSymfony ExceptionHandler throws error about itself - phpIn pint, how can I redefine the microsymbol as μ- rather than u-? - pythonUse column alias in the same element - sqlUsing an alias when using the case argument in Oracle SQL - sqlFailed to create view in Microsoft SQL Server Management Studio - sql-serverblack star symbol for geom_point in ggplot2 - rLaravel 5 Error - Illuminate \ Container \ Container :: make () declaration must be compatible with Illuminate \ Contracts \ Container \ Container :: make - declarationEntity framework: InvalidOperationException: неверная операция. Соединение закрыто - c#All Articles