4d / 4D-Mobile-App-Server

Open sourced component to install to 4d server as mobile app back end
Other
6 stars 7 forks source link

Some properties undocumented #1

Closed macMikey closed 3 years ago

macMikey commented 3 years ago

In the docs for push notifications, I see several parameters/properties that are implemented but undocumented: badge sound mutable-content category url data

Is there a reason for that, or can I work on adding them?

mesopelagique commented 3 years ago

No particular reason, only maybe that it will not be compatible with android and we could change some property names (but keep compatibility) and when developing it, it was not asked by my "project owner" so it was just optional

we could edit the doc and add it yes I will close the issue when its done

mesopelagique commented 3 years ago

Hi I added a new chapter in doc here in master branch

https://github.com/4d-for-ios/4D-Mobile-App-Server/blob/master/Documentation/Classes/PushNotification.md#additional-properties

(and see that 19.X branch has not been yet pushed, so I push it on github, i will report the doc maybe)