pushnotifier-python icon indicating copy to clipboard operation
pushnotifier-python copied to clipboard

Faulty package name

Open windrider09 opened this issue 2 years ago • 2 comments

I installed the app on iOS. According the app, the package name is com.gidix.pushNotifier

When I use that as a parameter to PushNotifier function along with the API key an "UnauthorizedError" assertion is raised and the exception is "package name or api key is incorrect". Is there a different package name for the app?

windrider09 avatar Feb 16 '23 08:02 windrider09

I installed the app on iOS. According the app, the package name is com.gidix.pushNotifier

When I use that as a parameter to PushNotifier function along with the API key an "UnauthorizedError" assertion is raised and the exception is "package name or api key is incorrect". Is there a different package name for the app?

Hi,

I came across the same issue, have you managed to resolve it?

Cinkieee avatar Mar 14 '23 15:03 Cinkieee

@windrider09 The package name is not the package name of the iOS app. It should be the package name of your registered application. You can find this name here: https://pushnotifier.de/account/api

tomg404 avatar Mar 29 '23 14:03 tomg404