ios tag

556 questions


1 answers
43 views
0
I want to get the speaker volume and mute switch value of the smartphone terminal from Unity.

We use Unity 4.6 to develop apps for iOS and Android.Sound audioSource.Play() and Wait while yield return new WaitForSeconds (1.0f); rings.when the volume of the terminal speaker is zero or when the m...

2 years ago

2 answers
103 views
0
What kind of safety does the BIOS password guarantee?

QuestionWhat are typical BIOS passwords and what kind of safety do they guarantee?BackgroundWhen I was reading someone else's question, I noticed that there were several things called BIOS passwords.I...

2 years ago

1 answers
78 views
0
For external billing per OS

Tell me about external billing.Currently, we offer free apps to the App Store, Google Play Store, and au Smart Pass, and offer some content via in-app billing.As a future prospect, I would like custom...

2 years ago

1 answers
43 views
0
How to reduce the badge that the app counts the date in kill state

I am creating an application that counts down the specified date.This app displays the number of days remaining until the specified date as a badge for the app icon.https://itunes.apple.com/jp/app/ato...

2 years ago

1 answers
92 views
0
GoogleMobileAds cannot be implemented

I want to implement GoogleMobileAds to display ads, but it doesn't work.I managed to check GoogleMobileAds settings myself.In my opinionoverride func viewDidLoad() { super.viewDidLoad()classViewContr...

2 years ago

2 answers
72 views
0
How to Leave the Status Bar and Turn the Navigation Bar Off

How do I turn off the navigation bar on iOS by following the scroll like Facebook, leaving a status bar?If possible, I would like to do this without using the library (as I am not going to use the oss...

2 years ago

1 answers
44 views
0
OpenURL of Objective-C cannot open Japanese URL

[UIApplication sharedApplication] openURL:@So, I can't open the URL that contains Japanese. Does anyone have any information?The console contains LaunchServices:ERROR:There is no registered handler fo...

2 years ago

1 answers
56 views
0
Multiple devices connected to a single network, but only myself and the router can be detected

It should be connected to the same network, but I'm having trouble finding devices other than myself and my router.I use Buffalo's WHR-G301N router at home.If you use an app called LanScan on your Mac...

2 years ago

1 answers
37 views
0
touch event in spritekit

I'd like to make a simple game and erase the node (enemy) with a touch event, but I don't know how to do it.Thank you for your cooperation.override functouchesBegan(touches:Set<UITouch>, withEve...

ios
2 years ago

1 answers
95 views
0
Load MPMusicPlayerController in custom keyboard

Create a custom keyboard in Swift3 and press the button.MPMusicPlayerController.systemMusicPlayer().nowPlayingItemI would like to insert the title (.title) and lyrics (.lyrics).like a regular appImpor...

« - 40 - »

© 2024 OneMinuteCode. All rights reserved.