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
What steps will reproduce the problem?
1. Create a hot spot
2. Run the application on any iPad Air device for any iOS version.
3. Tap on the hot spot
What is the expected output? What do you see instead?
There should be a action on tap of hot spots. there is no any action on click
of hot spots.
What version of the product are you using? On what operating system?
Using XCode 6.3. MAC OS 10.10.3, iOS 7.x+ (Only on iPad Air devices)
Please provide any additional information below.
We have develop a app about 1 year back. and it is was working fine on all
devices at that time. Still it is working fine on iPad 2 all iOS version but
not working on iPad Air devices. I have investigate the major part of code bot
not found any clue to sort out this issues. Any on please help me as it is
major issue in the app.
Quick response is really appreciated.
Thanks,
Sunil
Original issue reported on code.google.com by [email protected] on 2 Jun 2015 at 12:10
The text was updated successfully, but these errors were encountered:
Hi,
After investigation more on code, got the solution for this:
Just just change the Architectures to "$(ARCHS_STANDARD_32_BIT)" in info plist
build setting, it work for me.
Original issue reported on code.google.com by
[email protected]
on 2 Jun 2015 at 12:10The text was updated successfully, but these errors were encountered: