You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.
According to this thread on stackoverflow and the apple documentation, since iOS8.2 there is a possibility to change the default title (which is the apps name) to a custom one. Is it already possible in this bundle, because i couldn't make it work, even setting the iOS message data to an array with title and body like so:
According to this thread on stackoverflow and the apple documentation, since iOS8.2 there is a possibility to change the default title (which is the apps name) to a custom one. Is it already possible in this bundle, because i couldn't make it work, even setting the iOS message data to an array with title and body like so:
$message = new iOSMessage(); $message->setData([ 'title' => $title, 'body' => $body ]);
Anyone with the same problem or (even better) with a solution??
The text was updated successfully, but these errors were encountered: