anshuman-mathur / AppStudio-Testing

0 stars 0 forks source link

Test Case: Background audio is now supported on iOS. #4

Open anshuman-mathur opened 6 years ago

anshuman-mathur commented 6 years ago

This test is to verify the functionality of background audio in an iOS app.

steps to follow:

  1. Open AppStudio and sign in using your ArcGIS Online credentials.

  2. Create a new starter app. Click on Edit to open the app in Qt Creator and use the code in the text file below to create an app that tests the background audio functionality. Modify the code to use your own audio file. Background_Audio.txt

  3. Open the settings and enable the Audio capability.

  4. Upload the app to ArcGIS Online.

  5. Download the app in Player and test the app on your mobile device.

  6. When you press the Play Audio button in the app, the app starts playing the audio.

  7. Move your app to background and confirm that audio continues to play logged even when the app was in the background.

  8. In AppStudio desktop, use the Make tool to build your app using Cloud Make for your mobile device. Select Android as the target platform.

  9. Browse to appstudio-ota.arcgis.com from your mobile device to download and test the app.

anshuman-mathur commented 6 years ago

NB: there is a known issue on ios 11 only, it works on earlier versions.

paul-gpsit commented 6 years ago

Don't have an older iOS device available to test on sorry. Can only confirm that it doesn't work on my iPhone 6 running iOS 11.