Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 1 year ago.
Improve this question
I am working on an app that will be printing to a Bluetooth and/or Wifi printer (device links below) from an Android device, and I was wondering if the Bluetooth stack and Wifi protocol in Android 2.2 is the same as 4.1-4.2, or if its been changed. Any related information will be helpful!
Thank you in advance.
Brother Ruggedjet 4030
Brother Ruggedjet 4040
As you may see from the links below, Android's Bluez-based (http://www.bluez.org) bluetooth stack has been replaced in version 4.2 with Broadcom's stack (therefore starting from Android API17).
I don't know how this change will impact existing API's.
Links:
http://www.broadcom.com/press/release.php?id=s721534
http://developer.android.com/about/versions/jelly-bean.html
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
We have already build a website. Is there any way to convert that website into mobile iOS app and make sure that it follows the iOS standards?
It is technically possible (easy, even) but Apple's guidelines specifically say that apps that are just repackaging of a website will be rejected, so no, your approach is a non-starter.
This can be doable using cordova as a wrapper application. But this application will be rejected by Apple. We faced same issue couple of months back, this kind of app accepted in google play but not in apple app store.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
My app contains sound/audio files.
Are following is possible? if yes, how ? please give some sample code.
(1) set ringtone(default phone) ?
(2) alarm (default alarm) ?
(3) default notification ?
(4) contact tone ?
SET these things from my app (audio files in my project)
Thanks in advance.
Its not possible to do any OS level settings changes from any private application. You can not change alert/ringtone/notification sound.
Due to security concern, apple doesn't allow this thing in Apple device, there may be several API or libraries which can be used in Jailbroken Device, but you can not post your app with these private api.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I'm an novice apple developper, actually working on Ios project for iOS 9 on xcode. I'm working as a freelance for a client, and this client needs an app to stream music.
This app must be capable to share music, it means :
A user has a music on his phone and turn on the "share mode", wich enable other users around him to connect to his iPhone and listen to the same music.
So my question is, can i do that in therms of code ? (turn on router on my iphone, allows connections from other phone ( even if its not an iphone ) and then send the music ( the music stream ).
It may be a too much technical question for this community, but i don't know in wihch stack community post it.
Thanks for any anwer.
Yes you can. I'd recommend checking out the Multipeer Connectivity framework from apple. You can do exactly what you're asking about. The link below talks about your exact scenario - in objective-c, but it works the same way in swift.
https://robots.thoughtbot.com/streaming-audio-to-multiple-listeners-via-ios-multipeer-connectivity
Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
I made an app. Now I want to close an other app (not mine) - does anybody here know how that is going to work?
I don't want to publish the App in the App Store - so it is only for private purposes but I dont want to jailbreak my iPhone.
For security reason an app cannot control another one.
You cannot do it.
It's not possible - your app is contained within its own sandbox separate from other apps on the device.
For more information, you can read Secutiy Overview: Code Security in the iOS Developer Library.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
Can I use Google map direction APIs to draw poly line on apple maps (obviously on the mapView) in iOS6?
If yes then will it be approved by apple?
Thanks in advance.
Then ofcourse they will approve. Now there is an issue arised with ios6 apple maps. So they won't force any developers to use only apple maps.
And also if you want to give support to older versions of ios devices then you need to integrate the google directions api only. So no need to worry about the approval about the google directions api.