iOS Push Notifications

I’ll be getting to the testing of iOS Push notifications soon. Does Appium Studio facilitate testing reception of such notifications ?? thnx

Hi

we do support it (e.g you can identify and interact with it)

if you are using an instrumented application - then you should probably switch to the NON INSTRUMENTED context prior to the interaction with the notification

e.g

driver.context("NATIVE_APP");

then when you wish to interact with the app again, switch the context back to instrumented

driver.context("NATIVE_APP_INSTRUMENTED")

https://docs.experitest.com/display/TD/Setting+Context


if you have any issues with this scenario, feel free to share it over here

15 months later I am at the point where I need to use this. Using the cloud, I can not see the Notification in the object spy. I will contact support directly. thnx

I can not see the iOS Push Notification (remotely generated) using the Object Spy (Cloud v12.5). I have tried instrumented and non-instrumented modes.

Looking for some guidance.

thanks