Search results for

“Instagram”

419 results found

Post

Replies

Boosts

Views

Activity

I’m looking to connect with VR/AR Innovators
What’s up. I’m not an AR/VR developer, but I have ideas that can enhance the entire experience. I’m looking for people who want to jump in on this specific idea with me ahead of time. We can really change the world with this one. Contact me at either Daijavaun@icloud.com or on Instagram @Daijavaun
0
0
622
Apr ’18
Block Websites without FamilyActivityPicker
I want to block specific Websites with FamilyControls in my App. To do this, I need to access the WebDomainTokens of a specific Website, without the user selecting it in the FamilyActivityPicker. I basically just want to have a button e.g. Block Instagram and when clicking it, the instagram website is blocked. I don't see any way in accessing the WebDomainToken without the FamilyActivityPicker. Or is there maybe another approach to this problem? Currently I tried the following: var selectionToDiscourage = FamilyActivitySelection() { willSet { let applications = newValue.applicationTokens store.shield.applications = applications.isEmpty ? nil : applications let webDomain: WebDomain = .init(domain: https://www.instagram.com/) print(TOKEN: (webDomain.token)) print(DOMAIN: (webDomain.domain)) if let webDomainToken = webDomain.token { let webDomainTokenSet: Set = [webDomainToken] store.shield.webDomains = webDomainTokenSet } } } But when only giving the domain, the token always prints nil. Hope s
1
0
1k
Mar ’24
Apps in Library disappear
before like 15 mins ago, i was watching something on Instagram and back to Library to open Discord App when all my applications was gone from Library until i restarted my phone and everything was back, maybe it’s a bug or something. IOS 26 Beta 3
0
0
80
Jul ’25
Is it possible to change the design of the AppSwitcher feature?
Hello Apple Developer Forum. I have an App Idea but am not exactly sure if it's technically possible to implement it. This is because I know that Apple is pretty strict on its designs, so here is the idea. App Description: This app is basically Siri suggestion on steroids. As iPhone users know, apple has an AppSwitcher feature where you can easily switch between already opened apps. Hence, what this app should do is use the app switcher feature's to switch between suggested apps, instead of switching between already opened apps like Apple do. For instance, if I have Instagram open and swipe to the right at the bottom edge of the screen, my next most suggest app will show up. Or if I have Instagram open and swipe upwards, it will show me the next 5 most suggest apps.
0
0
1.2k
Sep ’22
Is there a maximum number of embeds in Apple News?
Hi all,I'm testing some of edge case articles of ours in News Preview that have ~30 embeds (mostly Instagram, with a few Tweets sprinkled in). This seems to fail in News Preview with the following error:Error: Resource with URI [bundle://14a9688825caa91607280772acd5cd2d.jpg] not found. metadata Error: Resource with URI [bundle://02b779c78c6d1ec59a95ce4f7f2c15cc.jpg] not found. components -> 0 -> style Error: Resource with URI [bundle://0417173fea43f6c23a92ef7037b7a180.jpg] not found. components -> 67 Error: Resource with URI [bundle://f2c721e0d1096aa48c2e6e3519396e8d.jpg] not found. components -> 70When the instagram embeds are removed (eventhough the referenced images remain untouched) the error disappears.Clearly this many embeds is not performant, but I can't find any recommendations in the documentation for number of allowed embeds.Is there a maximum number of embeds in Apple News?
1
0
412
Jan ’17
WKWebview network request management
Our app has lot of html content loaded in WKWebview. Html is rich with images, twitter and instagram content. Instead of all requests getting triggered at same time, we want to manage the number of concurrent requests at a time based on type of network.Is it possible to capture these network requests.
Topic: UI Frameworks SubTopic: UIKit Tags:
0
0
482
Aug ’16
iOS 14 or upper version bugs
My Bluetooth worked perfectly fine but after iOS 14 update , i got Bluetooth issue where it dropped connection for a second, i tried reaching apple support but they aaid to troubleshoot which obviously i did , upgrades came and i still had the issue.And let me tell you why is this happening, its bcoze of applications such as instagram... i started getting logs and times when and why it disconnects so after i open instagram or get a notification my Bluetooth literally disconnects and connects. Now this is been going since September 2020. So this time i was escalated to senior team but everytime i have some senior support , when i have a call back request .. i never get a callback. My case/ticket shows closed in mail as i was literally talking to someone from senior department and it is happening from past 2 weeks.
0
0
349
Jan ’21
Beta 2 Videos not working
Doesnt matter if it is through YouTube, Facebook, Instagram, whatever. My phone hasnt been able to play videos since Beta 2, has anyone else had this problem? I wasnt going to post about it because I thought beta 3 was going to be released today and would fix it, but it doesnt seem like it now.
0
0
229
Jul ’15
oEmbed not showing up in Safari
Hi guys....we're having issues having instagram embeds showing up on our site in Safari. We use iFramely's oEmbed. They show up fine in Chrome. Firefox also blocks it and I sense it might be handling these like some kind of third party cross site tracking and blocking them from showing up. Is anyone aware of this? Any workarounds?
0
0
550
Jun ’23
Intellectual Property
We are developing an application with the feature of downloading instagram videos and photos but In review, application keep on rejecting . We are getting authorization from user via login however its getting rejected.What wil be an issue My application and bundle name constains Insta is this may be a reason for rejection.Kindly help me
5
0
1.6k
Feb ’18
iPhone 14 Pro Max Camera has a clicking noise
I upgraded my 14 pro max to 16.0.2, but this problem still exists. I found a video that presents this issue: https://twitter.com/joaomldc/status/1573075672834129922 If you want to reproduce this problem. You can put your phone very close to a target, then relaunch the Instagram application and open the camera. You can hear this clicking noise. How to fix it? Or is it a new feature?
1
0
2.0k
Sep ’22
Add a link on users app profile to users same profile on web browser
I would like to add a link on the profile of my users the same as what tiktok has with a link to the users own instagram page. The only difference being on the web version of the users profile there will be additional buttons and functionality. Will that be against any apple guidelines. I don’t know if this would qualify as a universal link or not just FYI.
1
0
701
May ’23
I’m looking to connect with VR/AR Innovators
What’s up. I’m not an AR/VR developer, but I have ideas that can enhance the entire experience. I’m looking for people who want to jump in on this specific idea with me ahead of time. We can really change the world with this one. Contact me at either Daijavaun@icloud.com or on Instagram @Daijavaun
Replies
0
Boosts
0
Views
622
Activity
Apr ’18
Block Websites without FamilyActivityPicker
I want to block specific Websites with FamilyControls in my App. To do this, I need to access the WebDomainTokens of a specific Website, without the user selecting it in the FamilyActivityPicker. I basically just want to have a button e.g. Block Instagram and when clicking it, the instagram website is blocked. I don't see any way in accessing the WebDomainToken without the FamilyActivityPicker. Or is there maybe another approach to this problem? Currently I tried the following: var selectionToDiscourage = FamilyActivitySelection() { willSet { let applications = newValue.applicationTokens store.shield.applications = applications.isEmpty ? nil : applications let webDomain: WebDomain = .init(domain: https://www.instagram.com/) print(TOKEN: (webDomain.token)) print(DOMAIN: (webDomain.domain)) if let webDomainToken = webDomain.token { let webDomainTokenSet: Set = [webDomainToken] store.shield.webDomains = webDomainTokenSet } } } But when only giving the domain, the token always prints nil. Hope s
Replies
1
Boosts
0
Views
1k
Activity
Mar ’24
Copyright for appstore review
I'd like to use the reviews on the App Store to promote Instagram. I wonder if there is no problem using the review without the consent of the user who wrote the review. Additionally, I would like to know if there is any way to get in touch if I need user's consent.
Replies
0
Boosts
0
Views
413
Activity
Apr ’23
Is there a quota on the app store rss feed api?
I'm playing around with the /customerreviews endpoint on the app store rss feed : eg. https://itunes.apple.com/us/rss/customerreviews/id=389801252/json (Instagram reviews).I'm wondering what the api request limit/quota may be for fetching reviews?THANKS!
Replies
0
Boosts
0
Views
967
Activity
Aug ’16
Apps in Library disappear
before like 15 mins ago, i was watching something on Instagram and back to Library to open Discord App when all my applications was gone from Library until i restarted my phone and everything was back, maybe it’s a bug or something. IOS 26 Beta 3
Replies
0
Boosts
0
Views
80
Activity
Jul ’25
Is it possible to change the design of the AppSwitcher feature?
Hello Apple Developer Forum. I have an App Idea but am not exactly sure if it's technically possible to implement it. This is because I know that Apple is pretty strict on its designs, so here is the idea. App Description: This app is basically Siri suggestion on steroids. As iPhone users know, apple has an AppSwitcher feature where you can easily switch between already opened apps. Hence, what this app should do is use the app switcher feature's to switch between suggested apps, instead of switching between already opened apps like Apple do. For instance, if I have Instagram open and swipe to the right at the bottom edge of the screen, my next most suggest app will show up. Or if I have Instagram open and swipe upwards, it will show me the next 5 most suggest apps.
Replies
0
Boosts
0
Views
1.2k
Activity
Sep ’22
Is there a maximum number of embeds in Apple News?
Hi all,I'm testing some of edge case articles of ours in News Preview that have ~30 embeds (mostly Instagram, with a few Tweets sprinkled in). This seems to fail in News Preview with the following error:Error: Resource with URI [bundle://14a9688825caa91607280772acd5cd2d.jpg] not found. metadata Error: Resource with URI [bundle://02b779c78c6d1ec59a95ce4f7f2c15cc.jpg] not found. components -> 0 -> style Error: Resource with URI [bundle://0417173fea43f6c23a92ef7037b7a180.jpg] not found. components -> 67 Error: Resource with URI [bundle://f2c721e0d1096aa48c2e6e3519396e8d.jpg] not found. components -> 70When the instagram embeds are removed (eventhough the referenced images remain untouched) the error disappears.Clearly this many embeds is not performant, but I can't find any recommendations in the documentation for number of allowed embeds.Is there a maximum number of embeds in Apple News?
Replies
1
Boosts
0
Views
412
Activity
Jan ’17
Will there be a system wide dark mode once the final version is released?
The smart invert feature on iOS 11 beta is really nice and welcomed, making all Apple apps like messages, Facebook, Instagram, twitter, snapchat, YouTube, email, etc. dark mode, but it inverts the colors of videos and photos. Any chance they fix/change to a system wide dark mode?
Replies
1
Boosts
0
Views
402
Activity
Jun ’17
WKWebview network request management
Our app has lot of html content loaded in WKWebview. Html is rich with images, twitter and instagram content. Instead of all requests getting triggered at same time, we want to manage the number of concurrent requests at a time based on type of network.Is it possible to capture these network requests.
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
0
Boosts
0
Views
482
Activity
Aug ’16
iOS 14 or upper version bugs
My Bluetooth worked perfectly fine but after iOS 14 update , i got Bluetooth issue where it dropped connection for a second, i tried reaching apple support but they aaid to troubleshoot which obviously i did , upgrades came and i still had the issue.And let me tell you why is this happening, its bcoze of applications such as instagram... i started getting logs and times when and why it disconnects so after i open instagram or get a notification my Bluetooth literally disconnects and connects. Now this is been going since September 2020. So this time i was escalated to senior team but everytime i have some senior support , when i have a call back request .. i never get a callback. My case/ticket shows closed in mail as i was literally talking to someone from senior department and it is happening from past 2 weeks.
Replies
0
Boosts
0
Views
349
Activity
Jan ’21
Beta 2 Videos not working
Doesnt matter if it is through YouTube, Facebook, Instagram, whatever. My phone hasnt been able to play videos since Beta 2, has anyone else had this problem? I wasnt going to post about it because I thought beta 3 was going to be released today and would fix it, but it doesnt seem like it now.
Replies
0
Boosts
0
Views
229
Activity
Jul ’15
oEmbed not showing up in Safari
Hi guys....we're having issues having instagram embeds showing up on our site in Safari. We use iFramely's oEmbed. They show up fine in Chrome. Firefox also blocks it and I sense it might be handling these like some kind of third party cross site tracking and blocking them from showing up. Is anyone aware of this? Any workarounds?
Replies
0
Boosts
0
Views
550
Activity
Jun ’23
Intellectual Property
We are developing an application with the feature of downloading instagram videos and photos but In review, application keep on rejecting . We are getting authorization from user via login however its getting rejected.What wil be an issue My application and bundle name constains Insta is this may be a reason for rejection.Kindly help me
Replies
5
Boosts
0
Views
1.6k
Activity
Feb ’18
iPhone 14 Pro Max Camera has a clicking noise
I upgraded my 14 pro max to 16.0.2, but this problem still exists. I found a video that presents this issue: https://twitter.com/joaomldc/status/1573075672834129922 If you want to reproduce this problem. You can put your phone very close to a target, then relaunch the Instagram application and open the camera. You can hear this clicking noise. How to fix it? Or is it a new feature?
Replies
1
Boosts
0
Views
2.0k
Activity
Sep ’22
Add a link on users app profile to users same profile on web browser
I would like to add a link on the profile of my users the same as what tiktok has with a link to the users own instagram page. The only difference being on the web version of the users profile there will be additional buttons and functionality. Will that be against any apple guidelines. I don’t know if this would qualify as a universal link or not just FYI.
Replies
1
Boosts
0
Views
701
Activity
May ’23